Author: andar

Revision: 5149

Log:
        Change titlebar update interval to 2 seconds

Diff:
Modified: branches/1.1.0_RC/deluge/ui/gtkui/mainwindow.py
===================================================================
--- branches/1.1.0_RC/deluge/ui/gtkui/mainwindow.py     2009-04-24 14:41:55 UTC 
(rev 5148)
+++ branches/1.1.0_RC/deluge/ui/gtkui/mainwindow.py     2009-04-24 17:58:11 UTC 
(rev 5149)
@@ -55,7 +55,7 @@
 
 class MainWindow(component.Component):
     def __init__(self):
-        component.Component.__init__(self, "MainWindow")
+        component.Component.__init__(self, "MainWindow", interval=2)
         self.config = ConfigManager("gtkui.conf")
         # Get the glade file for the main window
         self.main_glade = gtk.glade.XML(

Modified: trunk/deluge/ui/gtkui/mainwindow.py
===================================================================
--- trunk/deluge/ui/gtkui/mainwindow.py 2009-04-24 14:41:55 UTC (rev 5148)
+++ trunk/deluge/ui/gtkui/mainwindow.py 2009-04-24 17:58:11 UTC (rev 5149)
@@ -43,7 +43,7 @@
 
 class MainWindow(component.Component):
     def __init__(self):
-        component.Component.__init__(self, "MainWindow")
+        component.Component.__init__(self, "MainWindow", interval=2)
         self.config = ConfigManager("gtkui.conf")
         # Get the glade file for the main window
         self.main_glade = gtk.glade.XML(



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to