aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-15 09:20:55 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-21 09:58:47 +0800
commited1fa2f3804d189303cb0b0596d4f843d78c6eb3 (patch)
tree235d84075a29c0ce331ef50dccd58def9bff1f99 /mail/em-folder-view.c
parentbf16cd18b646b018a005b9d1d5b72deaeede8d27 (diff)
downloadgsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.tar
gsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.tar.gz
gsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.tar.bz2
gsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.tar.lz
gsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.tar.xz
gsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.tar.zst
gsoc2013-evolution-ed1fa2f3804d189303cb0b0596d4f843d78c6eb3.zip
Bug 458491 – Remove useless "Call To..." popup menu option
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r--mail/em-folder-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c
index 01c2d3dcdf..6b9d0b540e 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -758,7 +758,6 @@ emp_uri_popup_link_copy(EPopup *ep, EPopupItem *pitem, void *data)
}
static EPopupItem emfv_uri_popups[] = {
- { E_POPUP_ITEM, "00.uri.11", N_("C_all To..."), emp_uri_popup_link_copy, NULL, NULL, EM_POPUP_URI_CALLTO },
{ E_POPUP_ITEM, "00.uri.15", N_("_Copy Link Location"), emp_uri_popup_link_copy, NULL, "edit-copy", EM_POPUP_URI_NOT_MAILTO },
{ E_POPUP_SUBMENU, "99.uri.00", N_("Create _Search Folder"), NULL, NULL, NULL, EM_POPUP_URI_MAILTO },