aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c3
-rw-r--r--lib/ephy-stock-icons.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index debd960f5..28a5a6876 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -41,7 +41,8 @@ ephy_stock_icons_init (void)
EPHY_STOCK_FULLSCREEN,
EPHY_STOCK_NEW_TAB,
EPHY_STOCK_VIEWSOURCE,
- EPHY_STOCK_SEND_LINK
+ EPHY_STOCK_SEND_LINK,
+ EPHY_STOCK_ENTRY
};
factory = gtk_icon_factory_new ();
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 585dc1709..83ce4d37f 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -31,6 +31,7 @@ G_BEGIN_DECLS
#define EPHY_STOCK_FULLSCREEN "epiphany-fullscreen"
#define EPHY_STOCK_VIEWSOURCE "epiphany-viewsource"
#define EPHY_STOCK_SEND_LINK "epiphany-send-link"
+#define EPHY_STOCK_ENTRY "epiphany-entry"
void ephy_stock_icons_init (void);