Changeset ab8460


Ignore:
Timestamp:
04/27/2009 06:26:40 PM (16 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Children:
070b93
Parents:
2048c7
Message:

Fix high cpu usage when displaying speeds in titlebar

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r2048c7 rab8460  
    11=== Deluge 1.1.8 - (In Development) ===
     2==== Core ====
    23  * Fix pause all/resume all
     4
     5==== GtkUI ====
     6  * Fix high cpu usage when displaying speeds in titlebar
    37
    48=== Deluge 1.1.7 - (25 April 2009) ===
  • deluge/ui/gtkui/mainwindow.py

    r2048c7 rab8460  
    5656class MainWindow(component.Component):
    5757    def __init__(self):
    58         component.Component.__init__(self, "MainWindow", interval=2)
     58        component.Component.__init__(self, "MainWindow", interval=2000)
    5959        self.config = ConfigManager("gtkui.conf")
    6060        # Get the glade file for the main window
Note: See TracChangeset for help on using the changeset viewer.