summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 17:56:00 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 17:56:00 +0000
commit4ef45e532c786dc02b2c5f2141fb713264143c8c (patch)
tree483d3464c190bfdc92261d60fdbc239beb4ae445 /src/PSEditWidget.cxx
parentdd205b01f0eb3d82c0fd7cdbbae41a8441d4fe5e (diff)
fix tab-stuff
fix tab-stuff
Diffstat (limited to 'src/PSEditWidget.cxx')
-rw-r--r--src/PSEditWidget.cxx4
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) {