rpms/gnome-settings-daemon/F-12 osd-spam.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.137, 1.138

Matthias Clasen mclasen at fedoraproject.org
Fri Dec 18 15:45:31 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-settings-daemon/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19378

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	osd-spam.patch 
Log Message:
Avoid warning messages from the OSD code


osd-spam.patch:
 gsd-media-keys-window.c |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE osd-spam.patch ---
diff -up gnome-settings-daemon-2.28.1/plugins/media-keys/gsd-media-keys-window.c.spam gnome-settings-daemon-2.28.1/plugins/media-keys/gsd-media-keys-window.c
--- gnome-settings-daemon-2.28.1/plugins/media-keys/gsd-media-keys-window.c.spam	2009-12-18 10:32:07.722360259 -0500
+++ gnome-settings-daemon-2.28.1/plugins/media-keys/gsd-media-keys-window.c	2009-12-18 10:33:00.923109059 -0500
@@ -134,6 +134,9 @@ add_hide_timeout (GsdMediaKeysWindow *wi
 static void
 update_window (GsdMediaKeysWindow *window)
 {
+        if (!gtk_widget_is_drawable (GTK_WIDGET (window)))
+                return;
+
         remove_hide_timeout (window);
         add_hide_timeout (window);
 


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/F-12/gnome-settings-daemon.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -p -r1.137 -r1.138
--- gnome-settings-daemon.spec	15 Dec 2009 20:47:07 -0000	1.137
+++ gnome-settings-daemon.spec	18 Dec 2009 15:45:30 -0000	1.138
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.28.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -50,6 +50,9 @@ Patch7: iconleak.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=604651
 Patch8: survive-xmm.patch
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=604918
+Patch9: osd-spam.patch
+
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -76,6 +79,7 @@ developing applications that use %{name}
 %patch6 -p1 -b .screen-change
 %patch7 -p1 -b .iconleak
 %patch8 -p1 -b .survive-xmm
+%patch9 -p1 -b .osd-spam
 
 %build
 %configure --enable-static=no --enable-profiling --disable-esd
@@ -187,6 +191,9 @@ fi
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Fri Dec 18 2009 Matthias Clasen <mclasen at redhat.com> 2.28.1-10
+- Avoid warning messages from the OSD code
+
 * Tue Dec 15 2009 Matthias Clasen <mclasen at redhat.com> 2.28.1-9
 - Survive when running without XKB (#547780)
 




More information about the scm-commits mailing list