Author: andar
Revision: 5268
Log:
Remove needless del
Diff:
Modified: trunk/deluge/ui/gtkui/mainwindow.py
===================================================================
--- trunk/deluge/ui/gtkui/mainwindow.py 2009-05-14 18:16:16 UTC (rev 5267)
+++ trunk/deluge/ui/gtkui/mainwindow.py 2009-05-14 23:14:09 UTC (rev 5268)
@@ -132,7 +132,6 @@
return self.main_glade
def quit(self):
- del self.config
gtk.main_quit()
def load_window_state(self):
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---