rpms/control-center/F-8 gnome-control-center-2.20.1-draw_background.patch, NONE, 1.1 control-center.spec, 1.310, 1.311

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Mon Nov 12 17:14:39 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/control-center/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7905

Modified Files:
	control-center.spec 
Added Files:
	gnome-control-center-2.20.1-draw_background.patch 
Log Message:
- Honour /desktop/gnome/background/draw_background in 
  gnome-settings-daemon (rhbz#256901)



gnome-control-center-2.20.1-draw_background.patch:

--- NEW FILE gnome-control-center-2.20.1-draw_background.patch ---
diff -up gnome-control-center-2.20.1/gnome-settings-daemon/gnome-settings-background.c.draw_background gnome-control-center-2.20.1/gnome-settings-daemon/gnome-settings-background.c
--- gnome-control-center-2.20.1/gnome-settings-daemon/gnome-settings-background.c.draw_background	2007-11-12 13:59:03.000000000 +0100
+++ gnome-control-center-2.20.1/gnome-settings-daemon/gnome-settings-background.c	2007-11-12 14:11:50.000000000 +0100
@@ -69,6 +69,10 @@ apply_prefs (gpointer data)
 
 	module = (GnomeSettingsModuleBackground *) data;
 
+	if (!gconf_client_get_bool(gnome_settings_module_get_config_client(module),
+				   "/desktop/gnome/background/draw_background", NULL))
+		return FALSE;
+
         if (!nautilus_is_running()) {
                 GdkDisplay *display;
                 int n_screens, i;


Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/F-8/control-center.spec,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- control-center.spec	24 Oct 2007 23:44:25 -0000	1.310
+++ control-center.spec	12 Nov 2007 17:14:04 -0000	1.311
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.20.1
-Release: 5%{?dist}
+Release: 5.1%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL+
 Group: User Interface/Desktops
@@ -77,6 +77,8 @@
 Patch99: control-center-2.19.91-default-apps.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=489973
 Patch100: orca-command.patch
+# Honour /desktop/gnome/background/draw_background
+Patch101: gnome-control-center-2.20.1-draw_background.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 URL: http://www.gnome.org
@@ -210,6 +212,7 @@
 #%patch98 -p1 -b .filesel
 %patch99 -p1 -b .default-apps
 %patch100 -p1 -b .orca-command
+%patch101 -p1 -b .draw_background
 
 %build
 
@@ -398,6 +401,10 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Mon Nov 12 2007 Thomas Woerner <twoerner at redhat.com> - 2.20.1-5.1
+- Honour /desktop/gnome/background/draw_background in 
+  gnome-settings-daemon (rhbz#256901)
+
 * Wed Oct 24 2007  Matthias Clasen <mclasen at redhat.com> - 2.20.1-5
 - Fix the orca command in the default applications capplet (#351471)
 




More information about the fedora-extras-commits mailing list