From e11f99e4fc3fa956cdbb28edea2eecbe974c8278 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sat, 30 May 2009 23:15:10 -0400 Subject: [PATCH] Increased idle screen redraw time to 100 ms. --- 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 5e173a6..f3ea888 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -939,7 +939,7 @@ class appGUI(): if self.update_tag != None: gobject.source_remove(self.update_tag) if max_wait == None: - max_wait = 50 + max_wait = 100 else: max_wait *= 1000