[network-manager-applet/NETWORKMANAGER_APPLET_0_7] fix comparison in last commit
- From: Dan Williams <dcbw src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-applet/NETWORKMANAGER_APPLET_0_7] fix comparison in last commit
- Date: Sat, 9 May 2009 23:42:33 -0400 (EDT)
commit e5fd1d53484aa182ca1ddaf602d4df700c29722f
Author: Dan Williams <dcbw redhat com>
Date: Sat May 9 23:43:09 2009 -0400
fix comparison in last commit
---
src/wireless-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/wireless-dialog.c b/src/wireless-dialog.c
index 9099ca4..664791f 100644
--- a/src/wireless-dialog.c
+++ b/src/wireless-dialog.c
@@ -761,7 +761,7 @@ security_combo_init (NMAWirelessDialog *self)
default_type = get_default_type_for_security (wsec, !!priv->ap, ap_flags, dev_caps);
if (default_type == NMU_SEC_STATIC_WEP)
wep_type = nm_setting_wireless_security_get_wep_key_type (wsec);
- if (wep_type = NM_WEP_KEY_TYPE_UNKNOWN)
+ if (wep_type == NM_WEP_KEY_TYPE_UNKNOWN)
wep_type = NM_WEP_KEY_TYPE_KEY;
}
} else if (is_adhoc) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]