evolution-data-server r8809 - branches/gnome-2-22/camel/providers/groupwise
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8809 - branches/gnome-2-22/camel/providers/groupwise
- Date: Mon, 19 May 2008 10:33:21 +0000 (UTC)
Author: psankar
Date: Mon May 19 10:33:21 2008
New Revision: 8809
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8809&view=rev
Log:
2008-05-19 Sankar P <psankar novell com>
* camel-groupwise-folder.c: (gw_update_summary):
Added a necessary condition to handle a specific server response
and to prevent a crash.
** Fix for bug #530514
Modified:
branches/gnome-2-22/camel/providers/groupwise/ChangeLog
branches/gnome-2-22/camel/providers/groupwise/camel-groupwise-folder.c
Modified: branches/gnome-2-22/camel/providers/groupwise/camel-groupwise-folder.c
==============================================================================
--- branches/gnome-2-22/camel/providers/groupwise/camel-groupwise-folder.c (original)
+++ branches/gnome-2-22/camel/providers/groupwise/camel-groupwise-folder.c Mon May 19 10:33:21 2008
@@ -1351,7 +1351,7 @@
str = g_string_append (str, " ");
}
- if (org->display_name[0] == '\0') {
+ if (org->display_name && org->display_name[0] == '\0') {
str = g_string_append (str, org->email);
str = g_string_append (str, " ");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]