gthumb r2511 - in trunk: . libgthumb



Author: mjc
Date: Fri Feb 20 13:06:26 2009
New Revision: 2511
URL: http://svn.gnome.org/viewvc/gthumb?rev=2511&view=rev

Log:
2009-02-20  Michael J. Chudobiak  <mjc svn gnome org>

        * libgthumb/gfile-utils.c: (gfile_get_file_mime_type):
        Fixed bug #572498 - don't forget to return the result!
        Patch by Matthias Hawran <matthias hawran net>.



Modified:
   trunk/ChangeLog
   trunk/libgthumb/gfile-utils.c

Modified: trunk/libgthumb/gfile-utils.c
==============================================================================
--- trunk/libgthumb/gfile-utils.c	(original)
+++ trunk/libgthumb/gfile-utils.c	Fri Feb 20 13:06:26 2009
@@ -275,6 +275,7 @@
                         }
                 }
 
+                result = get_static_string (value);
         	g_object_unref (info);
 	}
 



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