beagle r4413 - trunk/beagle/glue/xdgmime
- From: dbera svn gnome org
- To: svn-commits-list gnome org
- Subject: beagle r4413 - trunk/beagle/glue/xdgmime
- Date: Thu, 24 Jan 2008 23:34:13 +0000 (GMT)
Author: dbera
Date: Thu Jan 24 23:34:13 2008
New Revision: 4413
URL: http://svn.gnome.org/viewvc/beagle?rev=4413&view=rev
Log:
xdgmimecache.c contains a fix for bugs.freedesktop.org #12512 which is not present in the GTK+ copy. I accidentally removed it while syncing with the GTK+ trunk. Revert the change. Also mention about it in the README.
Modified:
trunk/beagle/glue/xdgmime/README
trunk/beagle/glue/xdgmime/xdgmimecache.c
Modified: trunk/beagle/glue/xdgmime/README
==============================================================================
--- trunk/beagle/glue/xdgmime/README (original)
+++ trunk/beagle/glue/xdgmime/README Thu Jan 24 23:34:13 2008
@@ -17,6 +17,8 @@
all of which are fixed in the GTK+ copy and none of which are fixed in the
upstream copy: #5241, #6824, #7496, #9544, #9560.
+xdgmimecache.c contains a fix for bugs.freedesktop.org #12512 which is not present in the GTK+ copy.
+
Joe Shaw <joeshaw novell com>
12 Septermber 2006
Modified: trunk/beagle/glue/xdgmime/xdgmimecache.c
==============================================================================
--- trunk/beagle/glue/xdgmime/xdgmimecache.c (original)
+++ trunk/beagle/glue/xdgmime/xdgmimecache.c Thu Jan 24 23:34:13 2008
@@ -297,7 +297,7 @@
for (n = 0; n < n_mime_types; n++)
{
if (mime_types[n] &&
- xdg_mime_mime_type_equal (mime_types[n], non_match))
+ _xdg_mime_mime_type_equal (mime_types[n], non_match))
mime_types[n] = NULL;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]