gtk+ r21038 - trunk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21038 - trunk
- Date: Thu, 7 Aug 2008 14:44:59 +0000 (UTC)
Author: matthiasc
Date: Thu Aug 7 14:44:59 2008
New Revision: 21038
URL: http://svn.gnome.org/viewvc/gtk+?rev=21038&view=rev
Log:
Fix the mime sniffing test
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Aug 7 14:44:59 2008
@@ -1052,7 +1052,7 @@
char *content_type;
char *image_png;
content_type = g_content_type_guess (NULL, data, data_size, NULL);
- image_png = g_content_type_for_mime_type ("image/png");
+ image_png = g_content_type_from_mime_type ("image/png");
return !!strcmp (content_type, image_png);
}]])],
[gio_can_sniff=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]