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