rpms/control-center/devel background-idle.patch, NONE, 1.1 control-center.spec, 1.275, 1.276

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Jun 20 02:48:51 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/control-center/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29746

Modified Files:
	control-center.spec 
Added Files:
	background-idle.patch 
Log Message:
fix another segfault


background-idle.patch:

--- NEW FILE background-idle.patch ---
--- gnome-control-center-2.19.4/gnome-settings-daemon/gnome-settings-background.c.background-idle	2007-06-19 22:23:56.000000000 -0400
+++ gnome-control-center-2.19.4/gnome-settings-daemon/gnome-settings-background.c	2007-06-19 22:24:06.000000000 -0400
@@ -89,7 +89,7 @@ background_callback (GConfClient *client
 		g_source_remove (module_bg->applier_idle_id);
 	}
 
-	module_bg->applier_idle_id = g_timeout_add (100, applier_idle, NULL);
+	module_bg->applier_idle_id = g_timeout_add (100, applier_idle, module_bg);
 }
 
 static void


Index: control-center.spec
===================================================================
RCS file: /cvs/extras/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- control-center.spec	20 Jun 2007 01:34:21 -0000	1.275
+++ control-center.spec	20 Jun 2007 02:48:16 -0000	1.276
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.19.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -30,6 +30,7 @@
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=449118
 Patch0: loaded-modules.patch
+Patch1: background-idle.patch
 
 # Remove "Apply" button and just have "Close" instead
 # FIXME: figure out how this applies to the new appearance capplet
@@ -170,6 +171,7 @@
 %setup -q -n gnome-control-center-%{version}
 
 %patch0 -p1 -b .loaded-modules
+%patch1 -p1 -b .background-idle
 #%patch1 -p1 -b .finish
 %patch2 -p1 -b .search
 %patch3 -p1 -b .about-me-help
@@ -335,6 +337,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Jun 19 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.4-3
+- Fix a segfault in the background-setting code
+
 * Tue Jun 19 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.4-2
 - Fix up the new module handling in gnome-settings-daemon
 




More information about the fedora-extras-commits mailing list