mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Prevent the progress spinner from spinning like crazy in the urwid tip.
This commit is contained in:
@@ -706,7 +706,7 @@ class appGUI():
|
||||
if self.connecting:
|
||||
if not self.conn_status:
|
||||
self.conn_status = True
|
||||
gobject.idle_add(self.set_connecting_status,fast)
|
||||
gobject.timeout_add(250,self.set_connecting_status,fast)
|
||||
return True
|
||||
else:
|
||||
if check_for_wired(wired.GetWiredIP(''),self.set_status):
|
||||
|
||||
Reference in New Issue
Block a user