SOURCES: evince-thumbnailer-type-init.patch (NEW) - gtype should b...

megabajt megabajt at pld-linux.org
Sat Feb 9 12:01:57 CET 2008


Author: megabajt                     Date: Sat Feb  9 11:01:57 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gtype should be initialized before using gio

---- Files affected:
SOURCES:
   evince-thumbnailer-type-init.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/evince-thumbnailer-type-init.patch
diff -u /dev/null SOURCES/evince-thumbnailer-type-init.patch:1.1
--- /dev/null	Sat Feb  9 12:01:57 2008
+++ SOURCES/evince-thumbnailer-type-init.patch	Sat Feb  9 12:01:52 2008
@@ -0,0 +1,12 @@
+diff -up evince-2.21.90/thumbnailer/evince-thumbnailer.c.thumbnailer evince-2.21.90/thumbnailer/evince-thumbnailer.c
+--- evince-2.21.90/thumbnailer/evince-thumbnailer.c.thumbnailer	2008-02-02 14:13:41.000000000 -0500
++++ evince-2.21.90/thumbnailer/evince-thumbnailer.c	2008-02-02 14:14:11.000000000 -0500
+@@ -158,6 +158,8 @@ main (int argc, char *argv[])
+ 		return -1;
+ 	}
+ 
++	g_type_init ();
++
+ 	if (!g_thread_supported ())
+ 		g_thread_init (NULL);
+ 
================================================================


More information about the pld-cvs-commit mailing list