aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 16:52:26 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 16:52:26 +0800
commit86a17ef48fd7a3e549b5d0cd9dc57a59ad233332 (patch)
tree28135383aad6d361ca7adb23bf4a060a0878bd2f /lib
parent9af155fcc487ea8e75541c8c93707e1c5aa30f58 (diff)
downloadgsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.gz
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.bz2
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.lz
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.xz
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.zst
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.zip
Remove the history stock icon
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c1
-rw-r--r--lib/ephy-stock-icons.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index bf80fbe11..0cbb5f81b 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -34,7 +34,6 @@ ephy_stock_icons_init (void)
static const GtkStockItem items[] =
{
- { EPHY_STOCK_HISTORY, N_("History"), 0, 0, NULL },
{ EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL }
};
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 75be9abdd..3b8bba324 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -29,7 +29,6 @@ G_BEGIN_DECLS
#define EPHY_STOCK_EPHY "web-browser"
/* Custom Epiphany named icons */
-#define EPHY_STOCK_HISTORY "history-view"
#define EPHY_STOCK_BOOKMARKS "bookmark-view"
void ephy_stock_icons_init (void);