Hello community,
here is the log from the commit of package NetworkManager-gnome for
openSUSE:11.3
checked in at Tue Dec 20 22:19:05 CET 2011.
--------
---
old-versions/11.3/UPDATES/all/NetworkManager-gnome/NetworkManager-gnome.changes
2011-10-25 05:58:41.000000000 +0200
+++ 11.3/NetworkManager-gnome/NetworkManager-gnome.changes 2011-12-20
03:16:25.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Dec 20 02:15:25 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.3-i586
New:
----
nma-hide-note-wireless-security.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-gnome.spec ++++++
--- /var/tmp/diff_new_pack.L7GOXC/_old 2011-12-20 22:13:36.000000000 +0100
+++ /var/tmp/diff_new_pack.L7GOXC/_new 2011-12-20 22:13:36.000000000 +0100
@@ -20,7 +20,7 @@
Name: NetworkManager-gnome
Url: http://www.gnome.org/projects/NetworkManager/
Version: 0.8
-Release: 6.<RELEASE2>
+Release: 6.<RELEASE5>
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: NetworkManager-devel
@@ -47,6 +47,8 @@
Patch1: NetworkManager-gnome-OnlyShowIn.patch
# PATCH-FIX-UPSTREAM nma-wpa-eap-probe-ca-cert.patch bnc#574266 -- Probe the
RADIUS server certificate
Patch2: 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
+Patch3: nma-hide-note-wireless-security.patch
Provides: NetworkManager-client
Requires: NetworkManager >= 0.7.998 timezone
%gconf_schemas_prereq
@@ -59,6 +61,7 @@
%setup -n network-manager-applet-%{version} -a 1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
# -fno-strict-aliasing added 2009-04-28. Need for build with gcc 4.4 at that
time.
++++++ 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]