From 8ca0b5e05179ac7b04bf4c72121801525bb19d7f Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Thu, 18 Jan 2007 12:36:08 +0000 Subject: configure.ac 2007-01-18 Luca Ferretti * 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 --- lib/ephy-stock-icons.c | 2 +- lib/ephy-stock-icons.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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" -- cgit v1.2.3