diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-05-02 20:20:45 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-05-02 20:20:45 +0800 |
commit | 7e7c5f098b96334561a156f5997a6f7c41e3952a (patch) | |
tree | 37f785a119c5948b3ba4ba72c6b14e0ba0afe094 /calendar/gui/e-calendar-table.c | |
parent | 1c05f57862730f138b460980b6140948ea563ab8 (diff) | |
download | gsoc2013-evolution-7e7c5f098b96334561a156f5997a6f7c41e3952a.tar.gz gsoc2013-evolution-7e7c5f098b96334561a156f5997a6f7c41e3952a.tar.zst gsoc2013-evolution-7e7c5f098b96334561a156f5997a6f7c41e3952a.zip |
Fixes deletion of multiple tasks.
svn path=/trunk/; revision=31945
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index ff6c8a19da..259238bb42 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -824,7 +824,7 @@ e_calendar_table_delete_selected (ECalendarTable *cal_table) } } else { - delete = delete_component_dialog (comp, FALSE, 1, E_CAL_COMPONENT_TODO, GTK_WIDGET (cal_table)); + delete = delete_component_dialog (comp, FALSE, n_selected, E_CAL_COMPONENT_TODO, GTK_WIDGET (cal_table)); } if (delete) |