Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-06 20:18:16 (GMT)
committer Nat <natcl@hotmail.com>2007-07-06 20:18:16 (GMT)
commit2c9dc116e5c070915ee08beb0341057abbc07540 (patch)
tree20ae0ac09718731be84c2dbae661274d79843739 /TamTam.py
parent82057b47e8c27c7cf047715378fdc3b310073713 (diff)
Small fix
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index a15ddb5..e1c2555 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -98,7 +98,7 @@ class TamTam(Activity):
def set_mode(self, mode, arg = None):
if Config.DEBUG: print 'DEBUG: TamTam::set_mode from', self.mode, 'to', mode
if mode == 'quit':
- self.save()
+ self.close()
self.destroy()
return