evolution r36162 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36162 - branches/mail-dbus-remoting/mail
- Date: Thu, 28 Aug 2008 11:32:14 +0000 (UTC)
Author: sragavan
Date: Thu Aug 28 11:32:13 2008
New Revision: 36162
URL: http://svn.gnome.org/viewvc/evolution?rev=36162&view=rev
Log:
fix undefined ref.
Modified:
branches/mail-dbus-remoting/mail/camel-session-remote-impl.c
Modified: branches/mail-dbus-remoting/mail/camel-session-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-session-remote-impl.c (original)
+++ branches/mail-dbus-remoting/mail/camel-session-remote-impl.c Thu Aug 28 11:32:13 2008
@@ -331,7 +331,7 @@
dbus_message_append_args (return_val, DBUS_TYPE_INVALID);
g_free (err);
} else if (strncmp (method, "camel_object", 12) == 0) {
- return camel_object_session_signal_handler (connection, message, user_data);
+ return camel_object_signal_handler (connection, message, user_data, CAMEL_ROT_SESSION);
} else
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]