[maemo-commits] [maemo-commits] r17381 - in projects/haf/trunk/hildon-thumbnail: . thumbs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 9 16:49:01 EET 2009
Author: pvanhoof
Date: 2009-02-09 16:48:57 +0200 (Mon, 09 Feb 2009)
New Revision: 17381

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/thumbs/thumber-common.c
Log:
Bugfix

Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-02-09 12:44:02 UTC (rev 17380)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-02-09 14:48:57 UTC (rev 17381)
@@ -1,3 +1,7 @@
+2009-02-09  Philip Van Hoof  <pvanhoof at codeminded.be>
+
+	* thumbs/thumber-common.c: Bugfix for Bug# 91639
+	
 2009-02-04  Philip Van Hoof  <philip at codeminded.be>
 
 	* deamon/  utils.c: leak fix found by jasuarez at fanzine.igalia.com

Modified: projects/haf/trunk/hildon-thumbnail/thumbs/thumber-common.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/thumbs/thumber-common.c	2009-02-09 12:44:02 UTC (rev 17380)
+++ projects/haf/trunk/hildon-thumbnail/thumbs/thumber-common.c	2009-02-09 14:48:57 UTC (rev 17381)
@@ -170,7 +170,7 @@
     height = atoi(argv[6]);
 
     g_type_init ();
-    g_thread_init (NULL);
+//    g_thread_init (NULL);
 
     filei = g_file_new_for_uri (uri);
     if(!g_file_query_exists (filei, NULL)) {


More information about the maemo-commits mailing list