[maemo-commits] [maemo-commits] r16714 - projects/haf/trunk/hildon-thumbnail/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Nov 17 18:35:15 EET 2008
- Previous message: [maemo-commits] r16713 - projects/haf/trunk/hildon-thumbnail/daemon
- Next message: [maemo-commits] r16715 - in projects/haf/branches/hildon-fm/fremantle: . hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-11-17 18:35:14 +0200 (Mon, 17 Nov 2008) New Revision: 16714 Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c Log: Indent Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c 2008-11-17 16:26:42 UTC (rev 16713) +++ projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c 2008-11-17 16:35:14 UTC (rev 16714) @@ -225,11 +225,11 @@ while (uri_schemes[i] != NULL) { dbus_g_proxy_call (self, "Register", - &nerror, - G_TYPE_STRING, uri_schemes[i], - G_TYPE_STRING, mime_type, - G_TYPE_INVALID, - G_TYPE_INVALID); + &nerror, + G_TYPE_STRING, uri_schemes[i], + G_TYPE_STRING, mime_type, + G_TYPE_INVALID, + G_TYPE_INVALID); if (nerror) { g_critical ("Failed to init: %s\n", nerror->message);
- Previous message: [maemo-commits] r16713 - projects/haf/trunk/hildon-thumbnail/daemon
- Next message: [maemo-commits] r16715 - in projects/haf/branches/hildon-fm/fremantle: . hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]