Change titlebar update interval to 2 seconds
This commit is contained in:
parent
653097a985
commit
587d9a7e5f
@ -55,7 +55,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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user