aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-09-26 02:23:02 +0800
committerIain Holmes <iain@src.gnome.org>2001-09-26 02:23:02 +0800
commit8dd41e2ececde56916d2a20299dfa034c647ca7d (patch)
tree6e9dc6914e912d2d3dce121c2fca7df9e8171eb2 /mail/mail-display.c
parentd6cecfcef1dae37b73572ce9e29d3a35d1cbc6b7 (diff)
downloadgsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.tar
gsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.tar.gz
gsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.tar.bz2
gsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.tar.lz
gsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.tar.xz
gsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.tar.zst
gsoc2013-evolution-8dd41e2ececde56916d2a20299dfa034c647ca7d.zip
Remove the FIXME menu item
svn path=/trunk/; revision=13112
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index a501fc2473..f8e486fa8d 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -1516,8 +1516,10 @@ static EPopupMenu link_menu [] = {
GTK_SIGNAL_FUNC (link_open_in_browser), NULL, MASK_URL },
{ N_("Copy Link Location"), NULL,
GTK_SIGNAL_FUNC (link_copy_location), NULL, MASK_URL },
+#if 0
{ N_("Save Link as (FIXME)"), NULL,
GTK_SIGNAL_FUNC (link_save_as), NULL, MASK_URL },
+#endif
{ N_("Save Image as..."), NULL,
GTK_SIGNAL_FUNC (image_save_as), NULL, MASK_SRC },