rpms/gnome-settings-daemon/devel iconleak.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.130, 1.131

Matthias Clasen mclasen at fedoraproject.org
Thu Nov 12 14:09:50 UTC 2009


Author: mclasen

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

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	iconleak.patch 
Log Message:
copy f12 changes


iconleak.patch:
 gsd-xrandr-manager.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE iconleak.patch ---
diff -up gnome-settings-daemon-2.28.1/plugins/xrandr/gsd-xrandr-manager.c.iconleak gnome-settings-daemon-2.28.1/plugins/xrandr/gsd-xrandr-manager.c
--- gnome-settings-daemon-2.28.1/plugins/xrandr/gsd-xrandr-manager.c.iconleak	2009-11-12 08:56:48.161916233 -0500
+++ gnome-settings-daemon-2.28.1/plugins/xrandr/gsd-xrandr-manager.c	2009-11-12 08:54:15.374916024 -0500
@@ -1792,6 +1792,7 @@ status_icon_stop (GsdXrandrManager *mana
                         priv->status_icon, G_CALLBACK (status_icon_activate_cb), manager);
                 g_signal_handlers_disconnect_by_func (
                         priv->status_icon, G_CALLBACK (status_icon_popup_menu_cb), manager);
+                gtk_status_icon_set_visible (priv->status_icon, FALSE);
                 g_object_unref (priv->status_icon);
                 priv->status_icon = NULL;
         }


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -p -r1.130 -r1.131
--- gnome-settings-daemon.spec	9 Nov 2009 21:00:09 -0000	1.130
+++ gnome-settings-daemon.spec	12 Nov 2009 14:09:49 -0000	1.131
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.28.1
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -45,6 +45,8 @@ Patch4: 0001-Fix-bluriness-in-level-bar-
 Patch5: 0001-Avoid-volumes-going-over-100.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=601203
 Patch6: gsd-screen-changed.patch
+# 
+Patch7: iconleak.patch
 
 %description
 A daemon to share settings from GNOME to other applications. It also
@@ -70,6 +72,7 @@ developing applications that use %{name}
 %patch3 -p1 -b .slight-hinting
 %patch5 -p1 -b .too-high-volume
 %patch6 -p1 -b .screen-change
+%patch7 -p1 -b .iconleak
 
 %build
 %configure --enable-static=no --enable-profiling --disable-esd
@@ -181,8 +184,11 @@ fi
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Thu Nov 12 2009 Matthias Clasen <mclasen at redhat.com> 2.28.1-8
+- Avoid a 'whitespace leak' around the display statusicon (gnome #601696)
+
 * Mon Nov  9 2009 Matthias Clasen <mclasen at redhat.com> 2.28.1-7
-- React to screen changes when showing the background (gnome 601203)
+- React to screen changes when showing the background (gnome #601203)
 
 * Thu Nov 05 2009 Bastien Nocera <bnocera at redhat.com> 2.28.1-6
 - Fix the volume going over 100% in the OSD




More information about the scm-commits mailing list