aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPeter Anthony Harvey <paharvey@src.gnome.org>2006-01-17 06:25:16 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-01-17 06:25:16 +0800
commitbffb52f21bdd41a31e497bb017e085435e4aa31f (patch)
treea76da8c1e596145122112196496aa39e8859d4c2 /lib
parent77ae969e519a6105c8467dbd4333f918dd55668f (diff)
downloadgsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.tar
gsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.tar.gz
gsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.tar.bz2
gsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.tar.lz
gsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.tar.xz
gsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.tar.zst
gsoc2013-epiphany-bffb52f21bdd41a31e497bb017e085435e4aa31f.zip
Added stock_bookmark as one of our stock icons.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c1
-rw-r--r--lib/ephy-stock-icons.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index 15a88ad52..80fb3a5a2 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -43,6 +43,7 @@ ephy_stock_icons_init (void)
STOCK_VIEW_SOURCE,
STOCK_SEND_MAIL,
STOCK_ADD_BOOKMARK,
+ STOCK_BOOKMARK,
STOCK_PRINT_SETUP,
STOCK_LOCK_INSECURE,
STOCK_LOCK_SECURE,
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index d7cee247c..73e74b3e1 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -33,6 +33,7 @@ G_BEGIN_DECLS
#define STOCK_VIEW_SOURCE "stock_view-html-source"
#define STOCK_SEND_MAIL "stock_mail-send"
#define STOCK_ADD_BOOKMARK "stock_add-bookmark"
+#define STOCK_BOOKMARK "stock_bookmark"
#define STOCK_PRINT_SETUP "stock_print-setup"
#define STOCK_LOCK_INSECURE "stock_lock-open"
#define STOCK_LOCK_SECURE "stock_lock"