From 342b021045df0962a4cd2b2eedd83986d77ebaf1 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Thu, 14 Dec 2006 10:05:29 +0000 Subject: Remove the proxy icon from View->Page Source menu entry. 2006-12-14 Luca Ferretti * src/ephy-window.c: Remove the proxy icon from View->Page Source menu entry. * lib/ephy-stock-icons.h: Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead deprecated "stock_view-html-source". --- ChangeLog | 11 +++++++++++ lib/ephy-stock-icons.h | 2 +- src/ephy-window.c | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 085f8b16c..cfd6c9293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-12-14 Luca Ferretti + + * src/ephy-window.c: + + Remove the proxy icon from View->Page Source menu entry. + + * lib/ephy-stock-icons.h: + + Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead + deprecated "stock_view-html-source". + 2006-12-14 Luca Ferretti * data/icons/16x16/actions/Makefile.am: diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 1ae910cb7..b50d3ed20 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS #define STOCK_NEW_TAB "tab-new" #define STOCK_NEW_WINDOW "window-new" -#define STOCK_VIEW_SOURCE "stock_view-html-source" +#define STOCK_VIEW_SOURCE "text-html" #define STOCK_SEND_MAIL "mail-forward" #define STOCK_ADD_BOOKMARK "bookmark-new" #define STOCK_BOOKMARK "stock_bookmark" diff --git a/src/ephy-window.c b/src/ephy-window.c index d26703cf6..4d7709688 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -217,7 +217,7 @@ static const GtkActionEntry ephy_menu_entries [] = { { "ViewEncoding", NULL, N_("Text _Encoding"), NULL, N_("Change the text encoding"), NULL }, - { "ViewPageSource", STOCK_VIEW_SOURCE, N_("_Page Source"), "U", + { "ViewPageSource", NULL, N_("_Page Source"), "U", N_("View the source code of the page"), G_CALLBACK (window_cmd_view_page_source) }, { "ViewPageSecurityInfo", NULL, N_("Page _Security Information..."), NULL, -- cgit v1.2.3