Remove the FIXME menu item
svn path=/trunk/; revision=13112
This commit is contained in:
@ -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
|
||||
|
||||
@ -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 },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user