libgnomeui r5556 - in trunk: . file-chooser



Author: kmaraas
Date: Thu Mar  6 22:32:18 2008
New Revision: 5556
URL: http://svn.gnome.org/viewvc/libgnomeui?rev=5556&view=rev

Log:
2008-03-06  Kjartan Maraas  <kmaraas gnome org>

	* file-chooser/gtkfilesystemgio.c: (get_icon_string):
	Fix for a crash in the gio backend. Patch from Alex Larsson.

Modified:
   trunk/ChangeLog
   trunk/file-chooser/gtkfilesystemgio.c

Modified: trunk/file-chooser/gtkfilesystemgio.c
==============================================================================
--- trunk/file-chooser/gtkfilesystemgio.c	(original)
+++ trunk/file-chooser/gtkfilesystemgio.c	Thu Mar  6 22:32:18 2008
@@ -787,7 +787,6 @@
 
       icon_file = g_file_icon_get_file (G_FILE_ICON (icon));
       name = g_file_get_path (icon_file);
-      g_object_unref (icon_file);
     }
 
   return name;



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