Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamEdit.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-01-15 13:01:18 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-01-18 19:59:58 (GMT)
commit9ba0c8dc8ecb965894cdc9d12dfb9b83e8992fa8 (patch)
tree9ef8dac7c07cae2e8be5910551b00c4cb107a6cf /TamTamEdit.py
parentefe75bcce5a94fa0f2c8accb05d48333103d4290 (diff)
Ported more TamTamEdit code to Gtk3
Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
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):