aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-display.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ea10e9f2f7..1eaebdfeb1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-25 Iain Holmes <iain@ximian.com>
+
+ * mail-display.c (link_menu): Remove the Save Link as (FIXME) item.
+
2001-09-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-mt.c (pass_got): Only cache the password for the service if
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 },