evolution r36151 - branches/mail-dbus-remoting/mail



Author: michael
Date: Thu Aug 28 08:49:47 2008
New Revision: 36151
URL: http://svn.gnome.org/viewvc/evolution?rev=36151&view=rev

Log:
return the result ...


Modified:
   branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c
   branches/mail-dbus-remoting/mail/camel-session-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 08:49:47 2008
@@ -65,6 +65,12 @@
 		return camel_object_folder_signal_handler (connection, message, user_data);
 	} else
 		return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
+
+	dbus_connection_send (connection, return_val, NULL);
+	dbus_message_unref (return_val);
+	dbus_connection_flush(connection);
+
+	return DBUS_HANDLER_RESULT_HANDLED;
 }
 
 void camel_folder_remote_impl_init()

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 08:49:47 2008
@@ -342,7 +342,6 @@
 	dbus_connection_flush(connection);
 
 	return DBUS_HANDLER_RESULT_HANDLED;
-
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]