1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00

Fix a comment.

This commit is contained in:
Andrew Psaltis
2010-01-09 11:34:19 -05:00
parent a22fb46fac
commit ce44fe85e1

View File

@@ -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