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-15 09:22:56 +0800
commitea3e4f239a529716452159d5deac20cd9a38c832 (patch)
tree1eddd969ee6709b14ecb28eb079995363d3c741f /mail/em-folder-view.c
parent6c1805443f69bc65e05e323ff60ceeb0ae702800 (diff)
downloadgsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.gz
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.bz2
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.lz
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.xz
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.zst
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.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 8e220955fa..2fa04b5990 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -2752,7 +2752,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 },