evolution r36154 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36154 - branches/mail-dbus-remoting/mail
- Date: Thu, 28 Aug 2008 11:29:46 +0000 (UTC)
Author: sragavan
Date: Thu Aug 28 11:29:46 2008
New Revision: 36154
URL: http://svn.gnome.org/viewvc/evolution?rev=36154&view=rev
Log:
Make use of object.
Modified:
branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c
Modified: branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c (original)
+++ branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c Thu Aug 28 11:29:46 2008
@@ -62,7 +62,7 @@
camel_folder_thaw (folder);
dbus_message_append_args (return_val, DBUS_TYPE_INVALID);
} else if (strncmp (method, "camel_object", 12) == 0) {
- return camel_object_folder_signal_handler (connection, message, user_data);
+ return camel_object_signal_handler (connection, message, user_data, CAMEL_ROT_FOLDER);
} else
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]