diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-15 09:31:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 09:58:47 +0800 |
commit | d8fd55f9ec0e70a0d5c8529ea989f8c272d0c443 (patch) | |
tree | fa28e1091dced35fca12690867cdff3cde01867c /mail | |
parent | ed1fa2f3804d189303cb0b0596d4f843d78c6eb3 (diff) | |
download | gsoc2013-evolution-d8fd55f9ec0e70a0d5c8529ea989f8c272d0c443.tar.gz gsoc2013-evolution-d8fd55f9ec0e70a0d5c8529ea989f8c272d0c443.tar.zst gsoc2013-evolution-d8fd55f9ec0e70a0d5c8529ea989f8c272d0c443.zip |
Remove useless "Call To..." popup menu option.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-reader.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index 7b50774153..499f8fa25a 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -975,14 +975,6 @@ action_mail_undelete_cb (GtkAction *action, } static void -action_mail_uri_call_to_cb (GtkAction *action, - EMailReader *reader) -{ - /* FIXME */ - g_print ("Action: %s\n", gtk_action_get_name (GTK_ACTION (action))); -} - -static void action_mail_uri_copy_cb (GtkAction *action, EMailReader *reader) { @@ -1426,13 +1418,6 @@ static GtkActionEntry mail_reader_entries[] = { N_("Undelete the selected messages"), G_CALLBACK (action_mail_undelete_cb) }, - { "mail-uri-call-to", - NULL, - N_("C_all To..."), - NULL, - NULL, /* XXX Add a tooltip! */ - G_CALLBACK (action_mail_uri_call_to_cb) }, - { "mail-uri-copy", NULL, N_("_Copy Link Location"), |