[maemo-commits] [maemo-commits] r18341 - in projects/haf/trunk/hildon-thumbnail: . daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue May 12 20:06:13 EEST 2009
Author: pvanhoof
Date: 2009-05-12 20:06:03 +0300 (Tue, 12 May 2009)
New Revision: 18341

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/config.h.in
   projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c
Log:
2009-05-12  Mikael Ottela  <mikael.ottela at ixonos.com>

        * daemon/thumbnailer.c: Fixed Started signal creation to use
        correct offset



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-05-12 15:42:02 UTC (rev 18340)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-05-12 17:06:03 UTC (rev 18341)
@@ -1,3 +1,8 @@
+2009-05-12  Mikael Ottela  <mikael.ottela at ixonos.com>
+ 
+ 	* daemon/thumbnailer.c: Fixed Started signal creation to use
+	correct offset  
+
 2009-05-12  Philip Van Hoof  <pvanhoof at codeminded.be>
 
 	* config.h.in

Modified: projects/haf/trunk/hildon-thumbnail/config.h.in
===================================================================
--- projects/haf/trunk/hildon-thumbnail/config.h.in	2009-05-12 15:42:02 UTC (rev 18340)
+++ projects/haf/trunk/hildon-thumbnail/config.h.in	2009-05-12 17:06:03 UTC (rev 18341)
@@ -51,6 +51,10 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
 

Modified: projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c	2009-05-12 15:42:02 UTC (rev 18340)
+++ projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c	2009-05-12 17:06:03 UTC (rev 18341)
@@ -1137,7 +1137,7 @@
 		g_signal_new ("started",
 			      G_OBJECT_CLASS_TYPE (object_class),
 			      G_SIGNAL_RUN_LAST,
-			      G_STRUCT_OFFSET (ThumbnailerClass, ready),
+			      G_STRUCT_OFFSET (ThumbnailerClass, started),
 			      NULL, NULL,
 			      g_cclosure_marshal_VOID__UINT,
 			      G_TYPE_NONE,


More information about the maemo-commits mailing list