aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-05-22 06:38:37 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-05-22 06:38:37 +0800
commitffcb9b625c4f5e4191cb465df865f841171eec12 (patch)
tree1699c28e08dfcf07db2df6a39749fd6defbbae87 /calendar/ChangeLog
parentf825ab30af5fb433efde95cbe3aced99f2059b48 (diff)
downloadgsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.tar
gsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.tar.gz
gsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.tar.bz2
gsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.tar.lz
gsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.tar.xz
gsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.tar.zst
gsoc2013-evolution-ffcb9b625c4f5e4191cb465df865f841171eec12.zip
Fix bug #2831; the tasks toolbar and menu now have a button to delete the
2001-05-21 Federico Mena Quintero <federico@ximian.com> Fix bug #2831; the tasks toolbar and menu now have a button to delete the selected tasks. * gui/e-calendar-table.c (e_calendar_table_delete_selected): New function. (delete_cb): Use e_calendar_table_delete_selected(). (e_calendar_table_get_table): New function. * gui/tasks-control.c (tasks_control_new_task_cmd): Handle the delete command. (selection_changed_cb): Change the sensitivity of the TasksDelete command when the selection in the table changes. * gui/e-tasks.c (table_selection_change_cb): Notify upstream when the ETable selection changes. svn path=/trunk/; revision=9910
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 62bb518bd7..249a9ae465 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,21 @@
+2001-05-21 Federico Mena Quintero <federico@ximian.com>
+
+ Fix bug #2831; the tasks toolbar and menu now have a button to
+ delete the selected tasks.
+
+ * gui/e-calendar-table.c (e_calendar_table_delete_selected): New
+ function.
+ (delete_cb): Use e_calendar_table_delete_selected().
+ (e_calendar_table_get_table): New function.
+
+ * gui/tasks-control.c (tasks_control_new_task_cmd): Handle the
+ delete command.
+ (selection_changed_cb): Change the sensitivity of the TasksDelete
+ command when the selection in the table changes.
+
+ * gui/e-tasks.c (table_selection_change_cb): Notify upstream when
+ the ETable selection changes.
+
2001-05-18 Federico Mena Quintero <federico@ximian.com>
Fix bug #2829.