[maemo-commits] [maemo-commits] r15993 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 3 16:15:03 EEST 2008
- Previous message: [maemo-commits] r15992 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r15994 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof
Date: 2008-09-03 16:15:02 +0300 (Wed, 03 Sep 2008)
New Revision: 15993
Modified:
projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
Log:
Refactoring some error handling
Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c 2008-09-03 13:14:32 UTC (rev 15992)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c 2008-09-03 13:15:02 UTC (rev 15993)
@@ -210,7 +210,7 @@
get_some_file_infos (urls[i], &mime_type, &has_thumb, &error);
if (error) {
- g_signal_emit (task->object, signals[READY_SIGNAL],
+ g_signal_emit (task->object, signals[ERROR_SIGNAL],
0, task->num, 1, error->message);
g_error_free (error);
} else {
- Previous message: [maemo-commits] r15992 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r15994 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
