evolution r36107 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Wed Aug 27 09:11:25 2008
New Revision: 36107
URL: http://svn.gnome.org/viewvc/evolution?rev=36107&view=rev

Log:
Fix a crash


Modified:
   branches/mail-dbus-remoting/mail/camel-session-remote.c

Modified: branches/mail-dbus-remoting/mail/camel-session-remote.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-session-remote.c	(original)
+++ branches/mail-dbus-remoting/mail/camel-session-remote.c	Wed Aug 27 09:11:25 2008
@@ -279,7 +279,7 @@
 			CAMEL_SESSION_INTERFACE,
 			"camel_session_set_online",
 			&error, 
-			"si", session->object_id, online);
+			"si", "session", online);
 
 	if (!ret) {
 		g_warning ("Error: Camel session set online: %s\n", error.message);



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