From 61a92a3acc9b4a20e25391104d94843c0056b04c Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Fri, 7 Aug 2009 17:10:58 -0400 Subject: [PATCH] Prevent the progress spinner from spinning like crazy in the urwid tip. --- curses/wicd-curses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 7bf79c4..5dd0e16 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -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):