From bbf32b3b411c192ac443f2001d59bd0c355b2f2b Mon Sep 17 00:00:00 2001 From: imdano <> Date: Tue, 14 Aug 2007 17:02:38 +0000 Subject: [PATCH] Fixed the typo in networking.py correctly this time :) Corrected the version number displayed in usage() --- daemon.py | 2 +- networking.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon.py b/daemon.py index da523cd..009e9a0 100644 --- a/daemon.py +++ b/daemon.py @@ -1075,7 +1075,7 @@ class ConnectionWizard(dbus.service.Object): def usage(): print """ -wicd 1.0 +wicd 1.33 wireless (and wired) connection daemon. Arguments: diff --git a/networking.py b/networking.py index 674c7f1..720e99a 100644 --- a/networking.py +++ b/networking.py @@ -405,7 +405,7 @@ class Wireless: misc.ParseEncryption(network) wpa_string = ("wpa_supplicant -B -i " + self.wireless_interface + - " -c " + wpath.networks + "\"" + + " -c " + "\"" + wpath.networks + network["bssid"].replace(":","").lower() + "\" -D " + self.wpa_driver) print wpa_string