glib r6441 - trunk/gio



Author: mitch
Date: Fri Feb  1 13:17:04 2008
New Revision: 6441
URL: http://svn.gnome.org/viewvc/glib?rev=6441&view=rev

Log:
2008-02-01  Michael Natterer  <mitch imendio com>

	* gcontenttype.c (_g_unix_content_type_get_parents): assign the
	return value of xdg_mime_list_mime_parents() to a variable of the
	correct type.



Modified:
   trunk/gio/ChangeLog
   trunk/gio/gcontenttype.c

Modified: trunk/gio/gcontenttype.c
==============================================================================
--- trunk/gio/gcontenttype.c	(original)
+++ trunk/gio/gcontenttype.c	Fri Feb  1 13:17:04 2008
@@ -322,7 +322,7 @@
 _g_unix_content_type_get_parents (const char *type)
 {
   const char *umime;
-  const char **parents;
+  char **parents;
   GPtrArray *array;
   int i;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]