aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-03-15 20:41:12 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-15 20:41:12 +0800
commit600eb6308ae2ce5f7aeb40432f0aa7e8c8951611 (patch)
treee402627bf55061a34b2c5d0d92b71f633793c001 /calendar/ChangeLog
parent3662d9bca108622527746d8e9ce1117d584cab00 (diff)
downloadgsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.tar
gsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.tar.gz
gsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.tar.bz2
gsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.tar.lz
gsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.tar.xz
gsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.tar.zst
gsoc2013-evolution-600eb6308ae2ce5f7aeb40432f0aa7e8c8951611.zip
Fixes #48112
2004-03-15 Rodrigo Moya <rodrigo@ximian.com> Fixes #48112 * gui/calendar-commands.c (calendar_control_sensitize_calendar_commands): disable the 'Delete' menu item on recurring meetings, since 'Delete all Occurrences' already deals with that. svn path=/trunk/; revision=25067
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2601312fb9..9fb75ecca2 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2004-03-15 Rodrigo Moya <rodrigo@ximian.com>
+ Fixes #48112
+
+ * gui/calendar-commands.c (calendar_control_sensitize_calendar_commands):
+ disable the 'Delete' menu item on recurring meetings, since 'Delete all
+ Occurrences' already deals with that.
+
+2004-03-15 Rodrigo Moya <rodrigo@ximian.com>
+
Fixes #35577
* gui/e-cal-view.c (e_calendar_view_delete_selected_occurrence):