r16810 - /packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Aug 27 21:05:20 UTC 2008


Author: kov
Date: Wed Aug 27 21:05:20 2008
New Revision: 16810

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16810
Log:
updated patch for 0.8.0

Modified:
    packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch

Modified: packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch?rev=16810&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch (original)
+++ packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch Wed Aug 27 21:05:20 2008
@@ -1,12 +1,12 @@
---- trunk/src/burn-volume-obj.c	2008/08/22 23:02:42	1148
-+++ trunk/src/burn-volume-obj.c	2008/08/23 06:47:39	1149
-@@ -90,6 +90,9 @@
+--- trunk/src/burn-volume-obj.c.orig	2008-07-13 12:55:15.000000000 -0300
++++ trunk/src/burn-volume-obj.c	2008-08-27 17:59:17.000000000 -0300
+@@ -88,6 +88,9 @@
  
  		tmp = iter->data;
  		device_path = g_volume_get_identifier (tmp, G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE);
-+		if (!device_path)
-+			continue;
++ 		if (!device_path)
++ 			continue;
 +
- 		BRASERO_BURN_LOG ("Found volume %s", device_path);
  		if (!strcmp (device_path, volume_path)) {
  			volume = tmp;
+ 			g_free (device_path);




More information about the pkg-gnome-commits mailing list