From ce44fe85e1072195829035644e5d591e3bd54b64 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sat, 9 Jan 2010 11:34:19 -0500 Subject: [PATCH] Fix a comment. --- 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 b35a40e..c088ee9 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -993,7 +993,7 @@ def run(): # I've left this commented out many times. bus.add_signal_receiver(app.update_netlist, 'StatusChanged', 'org.wicd.daemon') - # Update the connection status on the bottom every 1.5 s. + # Update the connection status on the bottom every 2 s. gobject.timeout_add(2000,app.update_status) # Get input file descriptors and add callbacks to the ui-updating function