summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-04-24 17:58:11 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-04-24 17:58:11 +0000
commit587d9a7e5f390f7d79f473bc6adc9336055a2add (patch)
tree53fd8de256983e8aaef17c25253425e8d68700d4
parent653097a985057263739a868aab31a9ee57de1c36 (diff)
downloaddeluge-587d9a7e5f390f7d79f473bc6adc9336055a2add.tar.gz
deluge-587d9a7e5f390f7d79f473bc6adc9336055a2add.tar.bz2
deluge-587d9a7e5f390f7d79f473bc6adc9336055a2add.zip
Change titlebar update interval to 2 seconds
-rw-r--r--deluge/ui/gtkui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
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(