mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
experimental:
- Merge in changes (prefs.py, dbusmanager.py, clean up in daemon.py) from pluggablebackends. pluggablebackends: - Some minor cleanup.
This commit is contained in:
@@ -290,7 +290,7 @@ def main():
|
||||
"""
|
||||
monitor = ConnectionStatus()
|
||||
gobject.timeout_add(2000, monitor.update_connection_status)
|
||||
gobject.timeout_add(120000, monitor.rescan_networks)
|
||||
#gobject.timeout_add(120000, monitor.rescan_networks)
|
||||
|
||||
mainloop = gobject.MainLoop()
|
||||
mainloop.run()
|
||||
|
||||
Reference in New Issue
Block a user