1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Merge r342 of experimental-nacl

This commit is contained in:
Andrew Psaltis
2009-05-30 23:14:32 -04:00
12 changed files with 385 additions and 58 deletions

View File

@@ -1042,7 +1042,7 @@ def run():
# Update what the interface looks like as an idle function
#gobject.idle_add(app.update_ui)
# Update the connection status on the bottom every 1.5 s.
gobject.timeout_add(1500,app.update_status)
gobject.timeout_add(2000,app.update_status)
# This will make sure that it is updated on the second.
gobject.timeout_add(500,app.update_time)