1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-06 00:05:45 +01:00

Fixed bad except statement in misc.py.

Cleaned up formatting in gui.py.
Made glade template for preferences dialog and rewrote gui.py to use it instead of creating it explictly in the code.
Fixed a bunch indentation/whitespace problems.
Cleaned up a ton of formatting in daemon.py
Fixed a wired autoconnect bug.
Rewrote part of the connection monitoring code, further minimizing the number of external program calls, as well as number of dbus calls.
Added StatusInformation methods to daemon.py, to allow external apps to poll for the current connection status without making several dbus calls.
Fixed bad function call to GetDBMSignalStrength in daemon.py.
This commit is contained in:
imdano
2008-01-29 21:03:19 +00:00
parent 4b4bc55614
commit d46da02511
8 changed files with 866 additions and 406 deletions

View File

@@ -15,7 +15,7 @@ current = os.path.dirname(os.path.realpath(__file__)) + '/'
lib = current
images = lib + 'images/'
encryption = lib + 'encryption/templates/'
bin = current
bin = current
etc = current + 'data/'
networks = lib + 'encryption/configurations/'
log = current + 'data/'