Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:12.1:Update:Test checked in at 2011-12-19 17:24:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/NetworkManager-gnome (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.NetworkManager-gnome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager-gnome", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- 
/work/SRC/openSUSE:12.1:Update:Test/NetworkManager-gnome/NetworkManager-gnome.changes
       2011-11-24 20:14:26.000000000 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.NetworkManager-gnome.new/NetworkManager-gnome.changes
  2011-12-19 17:24:51.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec 19 09:01:35 UTC 2011 - g...@suse.com
+
+- Add NetworkManager-gnome-hide-ws-page-note.patch to hide the note
+  label when there is no 8021x settings (bnc#732700)
+
+-------------------------------------------------------------------

New:
----
  NetworkManager-gnome-hide-ws-page-note.patch

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

Other differences:
------------------
++++++ NetworkManager-gnome.spec ++++++
--- /var/tmp/diff_new_pack.SIJbHY/_old  2011-12-19 17:24:51.000000000 +0100
+++ /var/tmp/diff_new_pack.SIJbHY/_new  2011-12-19 17:24:51.000000000 +0100
@@ -49,6 +49,8 @@
 Patch3:         NetworkManager-gnome-probe-radius-server-cert.patch
 # PATCH-FIX-SUSE NetworkManager-gnome-correct-label-name.patch bnc#732441 
g...@suse.com -- Correct the label name in the PEAP pane
 Patch4:         NetworkManager-gnome-correct-label-name.patch
+# PATCH-FIX-OPENSUSE NetworkManager-gnome-hide-ws-page-note.patch bnc#732700 
g...@suse.com -- Hide the note label when there is no 8021x setting
+Patch5:         NetworkManager-gnome-hide-ws-page-note.patch
 Provides:       NetworkManager-client
 Requires:       NetworkManager >= 0.9.1
 # needed for translated country names
@@ -88,6 +90,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure \

++++++ NetworkManager-gnome-hide-ws-page-note.patch ++++++
diff --git a/src/wireless-security/eap-method-peap.c 
b/src/wireless-security/eap-method-peap.c
index 8637878..759d36b 100644
--- a/src/wireless-security/eap-method-peap.c
+++ b/src/wireless-security/eap-method-peap.c
@@ -465,6 +465,8 @@ eap_method_peap_new (WirelessSecurity *ws_parent,
                } else {
                        gtk_widget_hide (widget);
                }
+       } else {
+               gtk_widget_hide (widget);
        }
 
        widget = GTK_WIDGET (gtk_builder_get_object (parent->builder, 
"eap_peap_anon_identity_entry"));
diff --git a/src/wireless-security/eap-method-ttls.c 
b/src/wireless-security/eap-method-ttls.c
index 6e07a26..762e556 100644
--- a/src/wireless-security/eap-method-ttls.c
+++ b/src/wireless-security/eap-method-ttls.c
@@ -443,6 +443,8 @@ eap_method_ttls_new (WirelessSecurity *ws_parent,
                } else {
                        gtk_widget_hide (widget);
                }
+       } else {
+               gtk_widget_hide (widget);
        }
 
        widget = GTK_WIDGET (gtk_builder_get_object (parent->builder, 
"eap_ttls_anon_identity_entry"));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to