From b9c8581d793e52e73c99d41e83f5b33bd20b1af5 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Tue, 10 Jul 2007 02:41:25 +0000 Subject: Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" 2007-07-10 Luca Ferretti * embed/downloader-view.c: (show_status_icon), (downloader_view_build_ui): * embed/mozilla/ContentHandler.cpp: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" named icon. Partially fix 450904. Note: you need latest svn version of gnome-icon-theme to have the download icon @ 16x16 pixels svn path=/trunk/; revision=7126 --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index 162a4dccc..d7f7ac9fc 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -318,7 +318,7 @@ static const GtkActionEntry ephy_popups_entries [] = { { "OpenLinkInNewTab", NULL, N_("Open Link in New _Tab"), NULL, N_("Open link in a new tab"), G_CALLBACK (popup_cmd_link_in_new_tab) }, - { "DownloadLink", EPHY_STOCK_DOWNLOAD, N_("_Download Link"), NULL, + { "DownloadLink", STOCK_DOWNLOAD, N_("_Download Link"), NULL, NULL, G_CALLBACK (popup_cmd_download_link) }, { "DownloadLinkAs", GTK_STOCK_SAVE_AS, N_("_Save Link As…"), NULL, N_("Save link with a different name"), -- cgit v1.2.3