glib r7500 - trunk/gio



Author: wbolster
Date: Tue Sep 16 09:13:19 2008
New Revision: 7500
URL: http://svn.gnome.org/viewvc/glib?rev=7500&view=rev

Log:
2008-09-16  Wouter Bolsterlee  <wbolster svn gnome org>

	* gdesktopappinfo.c (g_desktop_app_info_new_from_keyfile):
	Fix trivial typo to unbreak the build (there was a colon
	instead of a semicolon at the end of a statement).



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

Modified: trunk/gio/gdesktopappinfo.c
==============================================================================
--- trunk/gio/gdesktopappinfo.c	(original)
+++ trunk/gio/gdesktopappinfo.c	Tue Sep 16 09:13:19 2008
@@ -275,7 +275,7 @@
   if (info->path && info->path[0] == '\0')
     {
       g_free (info->path);
-      info->path = NULL:
+      info->path = NULL;
     }
 
   return info;



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