aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--lib/ephy-stock-icons.h2
-rw-r--r--src/ephy-window.c2
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 085f8b16c..cfd6c9293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2006-12-14 Luca Ferretti <elle.uca@libero.it>
+ * 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 <elle.uca@libero.it>
+
* data/icons/16x16/actions/Makefile.am:
Fix a typo in previous commit.
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"), "<control>U",
+ { "ViewPageSource", NULL, N_("_Page Source"), "<control>U",
N_("View the source code of the page"),
G_CALLBACK (window_cmd_view_page_source) },
{ "ViewPageSecurityInfo", NULL, N_("Page _Security Information..."), NULL,