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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user