diff options
author | Milan Crha <mcrha@redhat.com> | 2014-02-17 21:38:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-02-17 21:38:58 +0800 |
commit | d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431 (patch) | |
tree | f9e5c9392b04bc48ea78a8a86aa9cb50cd7e23f8 /modules/calendar/e-task-shell-view-actions.c | |
parent | ad22aaac43b8652785d367a87c896439b3dd7cc9 (diff) | |
download | gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.gz gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.bz2 gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.lz gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.xz gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.zst gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.zip |
Add shortcuts previously defined by gtk-stock item definitions
Diffstat (limited to 'modules/calendar/e-task-shell-view-actions.c')
-rw-r--r-- | modules/calendar/e-task-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-task-shell-view-actions.c b/modules/calendar/e-task-shell-view-actions.c index b5e34797ca..c32612d83f 100644 --- a/modules/calendar/e-task-shell-view-actions.c +++ b/modules/calendar/e-task-shell-view-actions.c @@ -729,7 +729,7 @@ static GtkActionEntry task_entries[] = { { "task-list-copy", "edit-copy", N_("Copy..."), - NULL, + "<Control>c", NULL, /* XXX Add a tooltip! */ G_CALLBACK (action_task_list_copy_cb) }, |