aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2008-08-27 17:11:25 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-08-27 17:11:25 +0800
commit94c85cb4368b22fcccf182d70bcf32ebae7913e3 (patch)
tree935f5e981e5c143779fc8356f8b4ce2a2f408c9c
parent51e8579d8ad412c45af98b6f4b43f7fd749b1f01 (diff)
downloadgsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.tar
gsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.tar.gz
gsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.tar.bz2
gsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.tar.lz
gsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.tar.xz
gsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.tar.zst
gsoc2013-evolution-94c85cb4368b22fcccf182d70bcf32ebae7913e3.zip
Fix a crash
svn path=/branches/mail-dbus-remoting/; revision=36107
-rw-r--r--mail/camel-session-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/camel-session-remote.c b/mail/camel-session-remote.c
index 38fe3bf818..a83faa305a 100644
--- a/mail/camel-session-remote.c
+++ b/mail/camel-session-remote.c
@@ -279,7 +279,7 @@ camel_session_remote_set_online (CamelSessionRemote *session,
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);