[evolution-patches] patch for #310834 [Tasks]



Hi,

Attached patch is a partial fix for #310834.

Thanks
Mubeen
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2800
diff -u -p -r1.2800 ChangeLog
--- calendar/ChangeLog	19 Aug 2005 13:11:55 -0000	1.2800
+++ calendar/ChangeLog	23 Aug 2005 13:27:45 -0000
@@ -1,3 +1,8 @@
+2005-08-23  Mohammed Mubeen  <jmubeen novell com>
+
+	* gui/calendar-config-keys.h: Corrected a #define
+	See bug #310834
+
 2005-08-19  Harish Krishnaswamy  <kharish novell com>
 
 	* gui/dialogs/comp-editor.h: Remove unwanted include of
Index: calendar/gui/calendar-config-keys.h
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/calendar-config-keys.h,v
retrieving revision 1.9
diff -u -p -r1.9 calendar-config-keys.h
--- calendar/gui/calendar-config-keys.h	30 May 2005 09:14:26 -0000	1.9
+++ calendar/gui/calendar-config-keys.h	23 Aug 2005 13:28:06 -0000
@@ -66,7 +66,7 @@ G_BEGIN_DECLS
 
 /* Prompt settings */
 #define CALENDAR_CONFIG_PROMPT_DELETE CALENDAR_CONFIG_PREFIX "/prompts/confirm_delete"
-#define CALENDAR_CONFIG_PROMPT_PURGE CALENDAR_CONFIG_PREFIX "/prompts/confirm_purge"
+#define CALENDAR_CONFIG_PROMPT_PURGE CALENDAR_CONFIG_PREFIX "/prompts/confirm_expunge"
 
 /* Default reminder */
 #define CALENDAR_CONFIG_DEFAULT_REMINDER CALENDAR_CONFIG_PREFIX "/other/use_default_reminder"


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