[evolution-patches] Fix for 53160
- From: HP Nadig <hpnadig pacific net in>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Fix for 53160
- Date: Fri, 21 May 2004 15:18:43 +0530
hi,
This one is modified error message, that satisfies #53160.
But, I think if we go by the description of the bug, the other messages
also need to be changed appropriately.. what say?
thanks,
- h.p.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.264
diff -u -r1.264 ChangeLog
--- a/ChangeLog 14 May 2004 12:29:09 -0000 1.264
+++ b/ChangeLog 21 May 2004 09:29:12 -0000
@@ -1,3 +1,8 @@
+2004-05-21 H P Nadig <hpnadig pacific net in>
+
+ * libecal/e-cal.c (e_cal_get_error_message): Modified the error
+ message. Fixes 53160.
+
2004-05-14 Rodrigo Moya <rodrigo ximian com>
Fixes #56870
Index: libecal/e-cal.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/libecal/e-cal.c,v
retrieving revision 1.60
diff -u -r1.60 e-cal.c
--- a/libecal/e-cal.c 13 May 2004 09:34:09 -0000 1.60
+++ b/libecal/e-cal.c 21 May 2004 09:29:32 -0000
@@ -4247,7 +4247,8 @@
case E_CALENDAR_STATUS_NO_SUCH_CALENDAR :
return _("No such calendar");
case E_CALENDAR_STATUS_OBJECT_NOT_FOUND :
- return _("Object not found");
+ return _("Cannot save changes to appointments on web calendars :: (Object not
+found)");
case E_CALENDAR_STATUS_INVALID_OBJECT :
return _("Invalid object");
case E_CALENDAR_STATUS_URI_NOT_LOADED :
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]