diff options
Diffstat (limited to 'src/PSEditWidget.cxx')
-rw-r--r-- | src/PSEditWidget.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditWidget.cxx b/src/PSEditWidget.cxx index 1e6db7e..95ddbde 100644 --- a/src/PSEditWidget.cxx +++ b/src/PSEditWidget.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditWidget.cxx,v 1.25 2004/11/08 18:10:34 hofmann Exp $" +// "$Id: PSEditWidget.cxx,v 1.26 2004/11/08 18:56:00 hofmann Exp $" // // PSEditWidget routines. // @@ -136,7 +136,7 @@ int PSEditWidget::next_text() { t_old = model->get_cur_text(); ret = model->next_text(page); - mod++; + t_new = model->get_cur_text(); if (t_new) { |