glib r7261 - trunk/gio



Author: tml
Date: Mon Jul 28 00:26:09 2008
New Revision: 7261
URL: http://svn.gnome.org/viewvc/glib?rev=7261&view=rev

Log:
2008-07-28  Tor Lillqvist  <tml novell com>

	* gwin32appinfo.c (g_win32_app_info_get_icon): Correct return
	type.



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

Modified: trunk/gio/gwin32appinfo.c
==============================================================================
--- trunk/gio/gwin32appinfo.c	(original)
+++ trunk/gio/gwin32appinfo.c	Mon Jul 28 00:26:09 2008
@@ -239,7 +239,7 @@
   return info->executable;
 }
 
-static const char *
+static GIcon *
 g_win32_app_info_get_icon (GAppInfo *appinfo)
 {
   /* GWin32AppInfo *info = G_WIN32_APP_INFO (appinfo); */



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