Correct return type.
authorTor Lillqvist <tml@novell.com>
Mon, 28 Jul 2008 00:26:09 +0000 (00:26 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 28 Jul 2008 00:26:09 +0000 (00:26 +0000)
2008-07-28  Tor Lillqvist  <tml@novell.com>

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

svn path=/trunk/; revision=7261

gio/ChangeLog
gio/gwin32appinfo.c

index b6fd1c2ab3990dad597855e99baeefbbeb26f487..fa6e848ee9935f669eebe910f3424d5f8c2a6bec 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-28  Tor Lillqvist  <tml@novell.com>
+
+       * gwin32appinfo.c (g_win32_app_info_get_icon): Correct return
+       type.
+
 2008-07-27  Tor Lillqvist  <tml@novell.com>
 
        * Makefile.am (gio-2.0.lib): Pass appropriate -machine flag to lib.exe.
index 693bcc213731682ae216741393aebad733fe4414..cec2533bd6b10464d2b36672c996e8753bb8cdf8 100644 (file)
@@ -239,7 +239,7 @@ g_win32_app_info_get_executable (GAppInfo *appinfo)
   return info->executable;
 }
 
-static const char *
+static GIcon *
 g_win32_app_info_get_icon (GAppInfo *appinfo)
 {
   /* GWin32AppInfo *info = G_WIN32_APP_INFO (appinfo); */