mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Increased idle screen redraw time to 100 ms.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user