mirror of
https://github.com/gryf/wicd.git
synced 2026-02-25 19:55:58 +01:00
Fix a comment.
This commit is contained in:
@@ -993,7 +993,7 @@ def run():
|
|||||||
# I've left this commented out many times.
|
# I've left this commented out many times.
|
||||||
bus.add_signal_receiver(app.update_netlist, 'StatusChanged',
|
bus.add_signal_receiver(app.update_netlist, 'StatusChanged',
|
||||||
'org.wicd.daemon')
|
'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)
|
gobject.timeout_add(2000,app.update_status)
|
||||||
|
|
||||||
# Get input file descriptors and add callbacks to the ui-updating function
|
# Get input file descriptors and add callbacks to the ui-updating function
|
||||||
|
|||||||
Reference in New Issue
Block a user