diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-01-18 20:36:08 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-01-18 20:36:08 +0800 |
commit | 8ca0b5e05179ac7b04bf4c72121801525bb19d7f (patch) | |
tree | 43f08392d94ef7816c0f696528e006f6c7993b9c /lib | |
parent | 353df69beec07dc0ff87cafef6586f5c6106c964 (diff) | |
download | gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.gz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.bz2 gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.lz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.xz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.zst gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.zip |
configure.ac
2007-01-18 Luca Ferretti <elle.uca@libero.it>
* data/icons/*/places/bookmark-web.*:
* data/icons/*/places/Makefile.am:
* data/icons/*/Makefile.am:
* configure.ac
Add to build new "bookmark-web" custom named icon at
16, 22 and 24 pixels - under new places directory.
* lib/ephy-stock-icons.c:
* lib/ephy-stock-icons.h:
* src/bookmarks/ephy-bookmark-properties.c:
* src/bookmarks/ephy-bookmark-action.c:
Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using
new "bookmark-web" custom named icon.
svn path=/trunk/; revision=6830
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 2 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 57faf72f1..e09276d8f 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -43,7 +43,6 @@ ephy_stock_icons_init (void) STOCK_NEW_WINDOW, STOCK_SEND_MAIL, STOCK_ADD_BOOKMARK, - STOCK_BOOKMARK, STOCK_PRINT_SETUP, STOCK_LOCK_INSECURE, STOCK_LOCK_SECURE, @@ -54,6 +53,7 @@ ephy_stock_icons_init (void) { { EPHY_STOCK_POPUPS, N_("Popup Windows"), 0, 0, NULL }, { EPHY_STOCK_HISTORY, N_("History"), 0, 0, NULL }, + { EPHY_STOCK_BOOKMARK, N_("Bookmark"), 0, 0, NULL }, { EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL }, { EPHY_STOCK_ENTRY, N_("Address Entry"), 0, 0, NULL }, { EPHY_STOCK_DOWNLOAD, N_("_Download"), 0, 0, NULL } diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 030ad1dc9..3e0003040 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -27,6 +27,7 @@ G_BEGIN_DECLS #define EPHY_STOCK_POPUPS "popup-hidden" #define EPHY_STOCK_HISTORY "history-view" +#define EPHY_STOCK_BOOKMARK "bookmark-web" #define EPHY_STOCK_BOOKMARKS "bookmark-view" #define EPHY_STOCK_ENTRY "location-entry" #define EPHY_STOCK_DOWNLOAD "download" @@ -35,7 +36,6 @@ G_BEGIN_DECLS #define STOCK_NEW_WINDOW "window-new" #define STOCK_SEND_MAIL "mail-forward" #define STOCK_ADD_BOOKMARK "bookmark-new" -#define STOCK_BOOKMARK "stock_bookmark" #define STOCK_PRINT_SETUP "stock_print-setup" /*document-page-setup*/ #define STOCK_LOCK_INSECURE "stock_lock-open" #define STOCK_LOCK_SECURE "stock_lock" |