[maemo-commits] [maemo-commits] r16024 - projects/haf/branches/hildon-thumbnail/daemonize/tests

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 4 20:26:40 EEST 2008
Author: pvanhoof
Date: 2008-09-04 20:26:39 +0300 (Thu, 04 Sep 2008)
New Revision: 16024

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c
Log:
Bugfixes

Modified: projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c	2008-09-04 17:26:05 UTC (rev 16023)
+++ projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c	2008-09-04 17:26:39 UTC (rev 16024)
@@ -183,7 +183,7 @@
 
 	org_freedesktop_DBus_request_name (proxy, DAEMON_SERVICE,
 					   DBUS_NAME_FLAG_DO_NOT_QUEUE,
-					   &result, error);
+					   &result, &error);
 
 	object = g_object_new (TYPE_DAEMON, 
 			       "connection", connection, 


More information about the maemo-commits mailing list