Author: andar
Revision: 5190
Log:
Fix high cpu usage when displaying speeds in titlebar
Diff:
Modified: branches/1.1.0_RC/ChangeLog
===================================================================
--- branches/1.1.0_RC/ChangeLog 2009-04-27 18:14:07 UTC (rev 5189)
+++ branches/1.1.0_RC/ChangeLog 2009-04-27 18:26:40 UTC (rev 5190)
@@ -1,6 +1,10 @@
=== Deluge 1.1.8 - (In Development) ===
+==== Core ====
* Fix pause all/resume all
+==== GtkUI ====
+ * Fix high cpu usage when displaying speeds in titlebar
+
=== Deluge 1.1.7 - (25 April 2009) ===
==== Core ====
* Fix issue where cannot resume torrent after doing a 'Pause All'
Modified: branches/1.1.0_RC/deluge/ui/gtkui/mainwindow.py
===================================================================
--- branches/1.1.0_RC/deluge/ui/gtkui/mainwindow.py 2009-04-27 18:14:07 UTC
(rev 5189)
+++ branches/1.1.0_RC/deluge/ui/gtkui/mainwindow.py 2009-04-27 18:26:40 UTC
(rev 5190)
@@ -55,7 +55,7 @@
class MainWindow(component.Component):
def __init__(self):
- component.Component.__init__(self, "MainWindow", interval=2)
+ component.Component.__init__(self, "MainWindow", interval=2000)
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
-~----------~----~----~----~------~----~------~--~---