Hello community, here is the log from the commit of package control-center2 checked in at Tue Nov 6 22:10:10 CET 2007. -------- --- GNOME/control-center2/control-center2.changes 2007-11-01 19:47:02.000000000 +0100 +++ /mounts/work_src_done/STABLE/control-center2/control-center2.changes 2007-11-06 18:27:35.100720000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 6 18:27:10 CET 2007 - rodrigo@suse.de + +- Added missing gtk_widget_set_sensitive call (#8785) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ control-center2.spec ++++++ --- /var/tmp/diff_new_pack.nY4344/_old 2007-11-06 22:09:01.000000000 +0100 +++ /var/tmp/diff_new_pack.nY4344/_new 2007-11-06 22:09:01.000000000 +0100 @@ -18,7 +18,7 @@ Obsoletes: fontilus themus acme Provides: fontilus themus acme Version: 2.20.0 -Release: 31 +Release: 32 Summary: The GNOME Control Center for the GNOME 2.x Desktop Source: gnome-%{_name}-%{version}.tar.bz2 Source1: control-center-art.tar.bz2 @@ -222,6 +222,8 @@ %{_libdir}/lib*.*a %{_libdir}/pkgconfig/*.pc %changelog +* Tue Nov 06 2007 - rodrigo@suse.de +- Added missing gtk_widget_set_sensitive call (#8785) * Thu Nov 01 2007 - sreeves@suse.de - Fix for #298047 - remove reference to background.desktop * Thu Oct 11 2007 - sbrabec@suse.cz ++++++ control-center2-system-proxy-configuration.diff ++++++ --- /var/tmp/diff_new_pack.nY4344/_old 2007-11-06 22:09:01.000000000 +0100 +++ /var/tmp/diff_new_pack.nY4344/_new 2007-11-06 22:09:01.000000000 +0100 @@ -717,7 +717,7 @@ #define USE_PROXY_KEY "/system/http_proxy/use_http_proxy" #define USE_SAME_PROXY_KEY "/system/http_proxy/use_same_proxy" #define HTTP_PROXY_HOST_KEY "/system/http_proxy/host" -@@ -363,29 +355,39 @@ +@@ -363,29 +355,40 @@ proxy_mode_radiobutton_clicked_cb (GtkWidget *widget, GladeXML *dialog) { @@ -773,6 +773,7 @@ + } + + gtk_widget_set_sensitive (WID ("manual_box"), manual_box_sensitive); ++ gtk_widget_set_sensitive (WID ("same_proxy_checkbutton"), manual_box_sensitive); + gtk_widget_set_sensitive (WID ("auto_box"), auto_box_sensitive); + + g_object_unref (client); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de