evolution r36244 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36244 - branches/mail-dbus-remoting/mail
- Date: Mon, 1 Sep 2008 18:10:39 +0000 (UTC)
Author: sragavan
Date: Mon Sep 1 18:10:39 2008
New Revision: 36244
URL: http://svn.gnome.org/viewvc/evolution?rev=36244&view=rev
Log:
Fix a crash
Modified:
branches/mail-dbus-remoting/mail/camel-object-remote.c
Modified: branches/mail-dbus-remoting/mail/camel-object-remote.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-object-remote.c (original)
+++ branches/mail-dbus-remoting/mail/camel-object-remote.c Mon Sep 1 18:10:39 2008
@@ -173,7 +173,7 @@
obj_if[object->type],
"camel_object_meta_set",
&error,
- "sss=>i", object->object_id, name, value, &ret_val);
+ "sss=>i", object->object_id, name, value ? value : "", &ret_val);
if (!ret) {
g_warning ("Error: camel_object_remote_meta_set : %s\n", error.message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]