Change titlebar update interval to 2 seconds

This commit is contained in:
Andrew Resch 2009-04-24 17:58:11 +00:00
parent 18950cc1ef
commit c718c2bf30
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ from deluge.log import LOG as log
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(