aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-17 21:38:58 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-17 21:38:58 +0800
commitd0b147ddb6bb33c1cdf3c8181394a5d4e6b08431 (patch)
treef9e5c9392b04bc48ea78a8a86aa9cb50cd7e23f8 /addressbook
parentad22aaac43b8652785d367a87c896439b3dd7cc9 (diff)
downloadgsoc2013-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 'addressbook')
-rw-r--r--addressbook/gui/widgets/eab-contact-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c
index 529bb0b25c..f8de8a1003 100644
--- a/addressbook/gui/widgets/eab-contact-display.c
+++ b/addressbook/gui/widgets/eab-contact-display.c
@@ -147,7 +147,7 @@ static GtkActionEntry internal_mailto_entries[] = {
{ "contact-mailto-copy",
"edit-copy",
N_("Copy _Email Address"),
- NULL,
+ "<Control>c",
N_("Copy the email address to the clipboard"),
G_CALLBACK (action_contact_mailto_copy_cb) },