[maemo-commits] [maemo-commits] r16241 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 26 13:42:48 EEST 2008
Author: pvanhoof
Date: 2008-09-26 13:42:47 +0300 (Fri, 26 Sep 2008)
New Revision: 16241

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
Log:
More lil buggies

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c	2008-09-26 10:42:07 UTC (rev 16240)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c	2008-09-26 10:42:47 UTC (rev 16241)
@@ -329,7 +329,7 @@
 			      NULL, NULL,
 			      albumart_marshal_VOID__UINT_INT_STRING,
 			      G_TYPE_NONE,
-			      2,
+			      3,
 			      G_TYPE_UINT,
 			      G_TYPE_INT,
 			      G_TYPE_STRING);

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c	2008-09-26 10:42:07 UTC (rev 16240)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c	2008-09-26 10:42:47 UTC (rev 16241)
@@ -667,7 +667,7 @@
 			      NULL, NULL,
 			      thumbnailer_marshal_VOID__UINT_INT_STRING,
 			      G_TYPE_NONE,
-			      2,
+			      3,
 			      G_TYPE_UINT,
 			      G_TYPE_INT,
 			      G_TYPE_STRING);


More information about the maemo-commits mailing list