1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-04 12:54:12 +01:00

experimental:

- Merge missing dbusmanager changes from pluggablebackends
- Merge a change from trunk for --no-autoconnect mode
- Make monitor timeout_add_seconds time an integer
This commit is contained in:
imdano
2008-09-13 21:39:20 +00:00
parent bbfcae834e
commit 3989159ee6
3 changed files with 58 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ def main():
"""
monitor = ConnectionStatus()
if daemon.GetCurrentBackend() == "ioctl":
to_time = 2.5
to_time = 3
else:
to_time = 4
try: