From 4e42c2744dc2ae6262e26fbd2ce56e46b9b09844 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 25 Jan 2008 00:31:19 +0000 Subject: [PATCH] Remove another window.update(). --- deluge/ui/gtkui/systemtray.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/deluge/ui/gtkui/systemtray.py b/deluge/ui/gtkui/systemtray.py index 63f89e281..f2fa2c593 100644 --- a/deluge/ui/gtkui/systemtray.py +++ b/deluge/ui/gtkui/systemtray.py @@ -409,8 +409,6 @@ class SystemTray(component.Component): self.config[ui_key].pop() # Re-build the menu self.build_tray_bwsetsubmenu() - # Update the UI - self.window.update() def unlock_tray(self, comingnext, is_showing_dlg=[False]): import sha