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-26 21:09:39 (GMT)
committer Nat <natcl@hotmail.com>2007-07-26 21:09:39 (GMT)
commite16961687d806867980e0706356a945bde41ddbd (patch)
tree6cadf535916f5a726851d8d8aa072310fa4a9a1a /TamTam.py
parentdce718b0ab2dc9ce393ed055a6ea73c2edeecd8a (diff)
quit cleanup
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/TamTam.py b/TamTam.py
index 931b9af..10bd33f 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -113,10 +113,6 @@ 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.close() # Save and cleanup
- self.destroy()
-
if self.mode != None:
self.modeList[ self.mode ].onDeactivate()
if FAKE_ACTIVITY: