rpms/totem/F-11 0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch, 1.1, 1.2 totem.spec, 1.243, 1.244

Bastien Nocera hadess at fedoraproject.org
Wed Sep 2 16:25:10 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/totem/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29187

Modified Files:
	0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch 
	totem.spec 
Log Message:
* Wed Sep 02 2009 Bastien Nocera <bnocera at redhat.com> 2.26.3-4
- Really fix #514914 (crash when a drive has an emblemed icon)


0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch:
 totem-menu.c |   21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

Index: 0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch
===================================================================
RCS file: /cvs/pkgs/rpms/totem/F-11/0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch	31 Jul 2009 18:08:13 -0000	1.1
+++ 0001-Fix-crash-when-a-storage-volume-has-an-emblem.patch	2 Sep 2009 16:25:10 -0000	1.2
@@ -26,7 +26,7 @@ index 28b8b73..ec59fea 100644
 +			GIcon *new_icon;
 +			new_icon = g_emblemed_icon_get_icon (G_EMBLEMED_ICON (icon));
 +			g_object_unref (icon);
-+			icon = new_icon;
++			icon = g_object_ref (new_icon);
 +		}
 +
 +		if (G_IS_THEMED_ICON (icon)) {


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/F-11/totem.spec,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -p -r1.243 -r1.244
--- totem.spec	19 Aug 2009 11:00:59 -0000	1.243
+++ totem.spec	2 Sep 2009 16:25:10 -0000	1.244
@@ -9,7 +9,7 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 2.26.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ with exceptions
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/totem/
@@ -485,6 +485,9 @@ fi
 %endif
 
 %changelog
+* Wed Sep 02 2009 Bastien Nocera <bnocera at redhat.com> 2.26.3-4
+- Really fix #514914 (crash when a drive has an emblemed icon)
+
 * Wed Aug 19 2009 Bastien Nocera <bnocera at redhat.com> 2.26.3-3
 - Update PA volume patch, don't restore the volume when
   using Pulseaudio (#512090)




More information about the fedora-extras-commits mailing list