Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/creator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/creator.py')
-rw-r--r--tutorius/creator.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tutorius/creator.py b/tutorius/creator.py
index 4ac2033..0d3ac3c 100644
--- a/tutorius/creator.py
+++ b/tutorius/creator.py
@@ -362,6 +362,8 @@ class Creator(Object):
self._probe_mgr.uninstall(action.address,
is_editing=True)
+ # TODO : Support quit cancellation - right now,every time we execute this,
+ # we will forcibly end edition afterwards. It would be nice to keep creating
if kwargs.get('force', False):
dialog = gtk.MessageDialog(
parent=self._overview.win,
@@ -436,7 +438,7 @@ class Creator(Object):
@method(BUS_NAME,
in_signature='',
out_signature='b')
- def is_creator_open(self):
+ def get_authoring_state(self):
"""
@returns True if the creator is being executed right now, False otherwise.
"""