[maemo-commits] [maemo-commits] r16091 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 10 19:05:43 EEST 2008
- Previous message: [maemo-commits] r16090 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r16092 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-10 19:05:42 +0300 (Wed, 10 Sep 2008) New Revision: 16091 Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c Log: Making that exec-plugin thing actually work Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c 2008-09-10 16:03:13 UTC (rev 16090) +++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c 2008-09-10 16:05:42 UTC (rev 16091) @@ -71,7 +71,7 @@ MANAGER_INTERFACE); while (plugins[y] != NULL) { - module = hildon_thumbnail_plugin_load ("gdkpixbuf"); + module = hildon_thumbnail_plugin_load (plugins[y]); hildon_thumbnail_plugin_do_init (module, &cropping, (register_func) thumbnailer_register_plugin,
- Previous message: [maemo-commits] r16090 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r16092 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]