Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolbar.py b/toolbar.py
index b86ef99..b5b1ac7 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -100,7 +100,7 @@ class AbiToolbar(object):
self._image_id = self._image.connect("activated", self._image_cb)
toolbar.append(self._image)
-# reenable this after march 6th
+# re-enable this after march 6th
# self._table = abiword.TableCreator()
# self._table.set_labels("Table", "Cancel")
# self._table.show()
@@ -118,7 +118,7 @@ class AbiToolbar(object):
self._abiword_canvas.file_save()
def _isDirty_cb(self, abi, b):
- print "isDirty",b
+ self._save.props.active = b
def _undo_cb(self, button):
self._abiword_canvas.undo()