[evolution-patches] 59194 Crashing changing location in calendar list view




-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2500.2.7
diff -u -p -r1.2500.2.7 ChangeLog
--- ChangeLog	20 Sep 2004 13:08:32 -0000	1.2500.2.7
+++ ChangeLog	20 Sep 2004 14:06:06 -0000
@@ -1,5 +1,12 @@
 2004-09-20  JP Rosevear  <jpr novell com>
- 
+
+	Fixes #59194
+	
+	* gui/e-cal-model-calendar.c (get_location): return "" instead of
+	NULL
+
+2004-09-20  JP Rosevear  <jpr novell com>
+	
  	Fixes #55172
  	
  	* conduits/calendar/calendar-conduit.c (local_record_from_comp):
Index: gui/e-cal-model-calendar.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-cal-model-calendar.c,v
retrieving revision 1.13
diff -u -p -r1.13 e-cal-model-calendar.c
--- gui/e-cal-model-calendar.c	2 Aug 2004 07:33:37 -0000	1.13
+++ gui/e-cal-model-calendar.c	20 Sep 2004 14:06:06 -0000
@@ -157,7 +157,7 @@ get_location (ECalModelComponent *comp_d
 	if (prop)
 		return (void *) icalproperty_get_location (prop);
 
-	return NULL;
+	return "";
 }
 
 static void *


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