aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-actions.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-14 07:34:04 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-14 07:34:04 +0800
commit780180cad9b91ae18970e9735e708665497fa49c (patch)
tree61e5bb0bfdb45994392d283203d97acb3474248f /modules/calendar/e-cal-shell-view-actions.c
parent77a05d6576078fbd7495668bfa95b0a66d0c2fa5 (diff)
downloadgsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.tar
gsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.tar.gz
gsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.tar.bz2
gsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.tar.lz
gsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.tar.xz
gsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.tar.zst
gsoc2013-evolution-780180cad9b91ae18970e9735e708665497fa49c.zip
BugĀ 601767 - Delete action in calendar view has glitches
Diffstat (limited to 'modules/calendar/e-cal-shell-view-actions.c')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index d0ab20d138..42ecf3af82 100644
--- a/modules/calendar/e-cal-shell-view-actions.c
+++ b/modules/calendar/e-cal-shell-view-actions.c
@@ -1303,7 +1303,7 @@ static GtkActionEntry calendar_entries[] = {
{ "event-delete",
GTK_STOCK_DELETE,
NULL,
- NULL,
+ "<Control>d",
N_("Delete the appointment"),
G_CALLBACK (action_event_delete_cb) },