Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamEdit.py
diff options
context:
space:
mode:
Diffstat (limited to 'TamTamEdit.py')
-rw-r--r--TamTamEdit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTamEdit.py b/TamTamEdit.py
index 512c5bf..fc4973d 100644
--- a/TamTamEdit.py
+++ b/TamTamEdit.py
@@ -145,7 +145,7 @@ class TamTamEdit(activity.Activity):
csnd.connect(False)
csnd.destroy()
- gtk.main_quit()
+ Gtk.main_quit()
# No more dir created by TamTam
def ensure_dir(self, dir, perms=0777, rw=os.R_OK | os.W_OK):