Author: andar
Revision: 5463
Log:
Have the gnome "die" signal call gtk.main_quit instead of shutdown
Diff:
Modified: trunk/deluge/ui/gtkui/gtkui.py
===================================================================
--- trunk/deluge/ui/gtkui/gtkui.py 2009-07-06 06:49:34 UTC (rev 5462)
+++ trunk/deluge/ui/gtkui/gtkui.py 2009-07-06 06:50:40 UTC (rev 5463)
@@ -142,7 +142,7 @@
try:
import gnome.ui
self.gnome_client = gnome.ui.Client()
- self.gnome_client.connect("die", self.shutdown)
+ self.gnome_client.connect("die", gtk.main_quit)
except:
pass
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---