Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-04-25 19:20:47 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-04-25 19:20:47 (GMT)
commitd5a9ca986d5ff1019bad3a801630c14b9c0f63f5 (patch)
treea85a22f260ded321487c7a0851237d561e9167c0 /chat
parent98a5c93881c6bafa3f5d67af157c56c187d4b3bd (diff)
Quit when shell quits
Diffstat (limited to 'chat')
-rwxr-xr-xchat/chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/chat.py b/chat/chat.py
index f4fab63..0bacf8f 100755
--- a/chat/chat.py
+++ b/chat/chat.py
@@ -294,7 +294,7 @@ class ChatActivity(activity.Activity):
def activity_on_disconnected_from_shell(self):
print "act %d: in activity_on_disconnected_from_shell"%self.activity_get_id()
print "act %d: Shell disappeared..."%self.activity_get_id()
-
+ gtk.main_quit()
gc.collect()
def activity_on_close_from_user(self):