Hello community, here is the log from the commit of package NetworkManager-gnome for openSUSE:12.1:Update:Test checked in at 2011-11-24 17:35:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.1:Update:Test/NetworkManager-gnome/NetworkManager-gnome.changes 2011-11-15 15:32:29.000000000 +0100 +++ /work/SRC/openSUSE:12.1:Update:Test/.NetworkManager-gnome.new/NetworkManager-gnome.changes 2011-11-24 16:35:50.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 24 07:39:12 UTC 2011 - [email protected] + +- Add NetworkManager-gnome-correct-label-name.patch to fix the + crash caused by typo (bnc#732441) + +------------------------------------------------------------------- New: ---- NetworkManager-gnome-correct-label-name.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager-gnome.spec ++++++ --- /var/tmp/diff_new_pack.eeR4GA/_old 2011-11-24 16:35:50.000000000 +0100 +++ /var/tmp/diff_new_pack.eeR4GA/_new 2011-11-24 16:35:50.000000000 +0100 @@ -47,6 +47,8 @@ Patch2: NetworkManager-gnome-bluetooth-crash.patch # PATCH-FIX-UPSTREAM NetworkManager-gnome-probe-radius-server-cert.patch bnc#574266 [email protected] -- Probe the RADIUS server certificate Patch3: NetworkManager-gnome-probe-radius-server-cert.patch +# PATCH-FIX-SUSE NetworkManager-gnome-correct-label-name.patch bnc#732441 [email protected] -- Correct the label name in the PEAP pane +Patch4: NetworkManager-gnome-correct-label-name.patch Provides: NetworkManager-client Requires: NetworkManager >= 0.9.1 # needed for translated country names @@ -85,6 +87,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %configure \ ++++++ NetworkManager-gnome-correct-label-name.patch ++++++ diff --git a/src/wireless-security/eap-method-peap.c b/src/wireless-security/eap-method-peap.c index f3ffc99..028a77e 100644 --- a/src/wireless-security/eap-method-peap.c +++ b/src/wireless-security/eap-method-peap.c @@ -95,7 +95,7 @@ add_to_size_group (EAPMethod *parent, GtkSizeGroup *group) g_assert (widget); gtk_size_group_add_widget (group, widget); - widget = GTK_WIDGET (gtk_builder_get_object (parent->builder, "eap_ttls_subject_label")); + widget = GTK_WIDGET (gtk_builder_get_object (parent->builder, "eap_peap_subject_label")); g_assert (widget); gtk_size_group_add_widget (group, widget); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
