Changeset ab8460
- Timestamp:
- 04/27/2009 06:26:40 PM (16 years ago)
- Children:
- 070b93
- Parents:
- 2048c7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r2048c7 rab8460 1 1 === Deluge 1.1.8 - (In Development) === 2 ==== Core ==== 2 3 * Fix pause all/resume all 4 5 ==== GtkUI ==== 6 * Fix high cpu usage when displaying speeds in titlebar 3 7 4 8 === Deluge 1.1.7 - (25 April 2009) === -
deluge/ui/gtkui/mainwindow.py
r2048c7 rab8460 56 56 class MainWindow(component.Component): 57 57 def __init__(self): 58 component.Component.__init__(self, "MainWindow", interval=2 )58 component.Component.__init__(self, "MainWindow", interval=2000) 59 59 self.config = ConfigManager("gtkui.conf") 60 60 # Get the glade file for the main window
Note:
See TracChangeset
for help on using the changeset viewer.