Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/kandid.py
diff options
context:
space:
mode:
Diffstat (limited to 'kandid.py')
-rw-r--r--kandid.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kandid.py b/kandid.py
index 35b01b4..12f3f16 100644
--- a/kandid.py
+++ b/kandid.py
@@ -37,14 +37,14 @@ class KandidApplication(object):
# you don't want the window to be destroyed.
# This is useful for popping up 'are you sure you want to quit?'
# type dialogs.
- ka_debug.info('Kandid test application: delete event occurred')
+ ka_debug.info('Kandid application: delete event occurred')
# Change FALSE to TRUE and the main window will not be destroyed
# with a "delete_event".
return False
def destroy(self, widget, data=None):
"""Application will be closed."""
- ka_debug.info('Kandid test application: destroy signal occurred')
+ ka_debug.info('Kandid application: destroy signal occurred')
self._controller.write_file(TESTMODEL)
self._controller.close()
gtk.main_quit()