Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:11.4
checked in at Tue Dec 20 22:28:14 CET 2011.



--------
--- 
old-versions/11.4/UPDATES/all/NetworkManager-gnome/NetworkManager-gnome.changes 
    2011-10-25 05:06:45.000000000 +0200
+++ 11.4/NetworkManager-gnome/NetworkManager-gnome.changes      2011-12-20 
03:11:58.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Dec 20 02:11:11 UTC 2011 - [email protected]
+
+- Hide the note label in the wireless security page if there is
+  no 8021x settings. (bnc#732700) 
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


New:
----
  nma-hide-note-wireless-security.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ NetworkManager-gnome.spec ++++++
--- /var/tmp/diff_new_pack.saFWCx/_old  2011-12-20 22:27:55.000000000 +0100
+++ /var/tmp/diff_new_pack.saFWCx/_new  2011-12-20 22:27:55.000000000 +0100
@@ -20,7 +20,7 @@
 Name:           NetworkManager-gnome
 Url:            http://www.gnome.org/projects/NetworkManager/
 Version:        0.8.2
-Release:        9.<RELEASE12>
+Release:        9.<RELEASE14>
 License:        GPLv2+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  NetworkManager-devel
@@ -49,6 +49,8 @@
 Patch2:         nma-embed-fallback-icon.patch
 # PATCH-FIX-UPSTREAM nma-wpa-eap-probe-ca-cert.patch bnc#574266 [email protected] 
-- Probe the RADIUS server certificate
 Patch3:         nma-wpa-eap-probe-ca-cert.patch
+# PATCH-FIX-OPENSUSE nma-hide-note-wireless-security.patch bnc#732700 
[email protected] -- Hide the note label if there is no existing 8021x settings
+Patch4:         nma-hide-note-wireless-security.patch
 Provides:       NetworkManager-client
 Requires:       NetworkManager >= 0.8.0.998 timezone
 # mobile-broadband-provider-info is required for DUN capabilities. The BT 
plugin crashes without it.
@@ -66,6 +68,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \

++++++ nma-hide-note-wireless-security.patch ++++++
diff --git a/src/wireless-security/eap-method-peap.c 
b/src/wireless-security/eap-method-peap.c
index fdab1cc..d2865a0 100644
--- a/src/wireless-security/eap-method-peap.c
+++ b/src/wireless-security/eap-method-peap.c
@@ -490,6 +490,8 @@ eap_method_peap_new (const char *glade_file,
                } else {
                        gtk_widget_hide (widget);
                }
+       } else {
+               gtk_widget_hide (widget);
        }
 
        return method;
diff --git a/src/wireless-security/eap-method-ttls.c 
b/src/wireless-security/eap-method-ttls.c
index 68f94d1..a570c50 100644
--- a/src/wireless-security/eap-method-ttls.c
+++ b/src/wireless-security/eap-method-ttls.c
@@ -468,6 +468,8 @@ eap_method_ttls_new (const char *glade_file,
                } else {
                        gtk_widget_hide (widget);
                }
+       } else {
+               gtk_widget_hide (widget);
        }
 
        widget = inner_auth_combo_init (method, glade_file, connection, 
s_8021x);
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to