From 243d29608df4816f791c98407c10fa8a702574e1 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 04 Dec 2009 02:03:59 +0000 Subject: Creator : Code review changes 1 --- (limited to 'tutorius/creator.py') 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. """ -- cgit v0.9.1