From 587d9a7e5f390f7d79f473bc6adc9336055a2add Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 24 Apr 2009 17:58:11 +0000 Subject: [PATCH] Change titlebar update interval to 2 seconds --- deluge/ui/gtkui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/mainwindow.py b/deluge/ui/gtkui/mainwindow.py index 6f7db0035..423c7bd29 100644 --- a/deluge/ui/gtkui/mainwindow.py +++ b/deluge/ui/gtkui/mainwindow.py @@ -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(