evince r2894 - in trunk: . thumbnailer



Author: carlosgc
Date: Fri Feb  8 11:00:44 2008
New Revision: 2894
URL: http://svn.gnome.org/viewvc/evince?rev=2894&view=rev

Log:
2008-02-08  Matthias Clasen  <mclasen redhat com>
	* thumbnailer/evince-thumbnailer.c: (main):
	Initialize glib type system before using it. Fixes bug #513934.


Modified:
   trunk/ChangeLog
   trunk/thumbnailer/evince-thumbnailer.c

Modified: trunk/thumbnailer/evince-thumbnailer.c
==============================================================================
--- trunk/thumbnailer/evince-thumbnailer.c	(original)
+++ trunk/thumbnailer/evince-thumbnailer.c	Fri Feb  8 11:00:44 2008
@@ -158,6 +158,8 @@
 		return -1;
 	}
 
+	g_type_init ();
+
 	if (!g_thread_supported ())
 		g_thread_init (NULL);
 



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