1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Increased idle screen redraw time to 100 ms.

This commit is contained in:
Andrew Psaltis
2009-05-30 23:15:10 -04:00
parent c879bf368e
commit e11f99e4fc

View File

@@ -939,7 +939,7 @@ class appGUI():
if self.update_tag != None: if self.update_tag != None:
gobject.source_remove(self.update_tag) gobject.source_remove(self.update_tag)
if max_wait == None: if max_wait == None:
max_wait = 50 max_wait = 100
else: else:
max_wait *= 1000 max_wait *= 1000