evolution-data-server r10215 - trunk/camel
- From: svillar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r10215 - trunk/camel
- Date: Wed, 15 Apr 2009 10:05:21 +0000 (UTC)
Author: svillar
Date: Wed Apr 15 10:05:21 2009
New Revision: 10215
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10215&view=rev
Log:
Fix for bug 578823
Modified:
trunk/camel/ChangeLog
trunk/camel/camel-disco-diary.c
Modified: trunk/camel/camel-disco-diary.c
==============================================================================
--- trunk/camel/camel-disco-diary.c (original)
+++ trunk/camel/camel-disco-diary.c Wed Apr 15 10:05:21 2009
@@ -127,7 +127,7 @@
d(printf("diary log: %s\n", diary->file?"ok":"no file!"));
/* You may already be a loser. */
- if (!diary && !diary->file)
+ if (!diary || !diary->file)
return;
status = camel_file_util_encode_uint32 (diary->file, action);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]