diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | lib/ephy-stock-icons.c | 1 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 1 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,12 @@ 2006-01-13 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-stock-icons.c: + * lib/ephy-stock-icons.h: + + Remove obsolete close-tab stock icon. + +2006-01-13 Christian Persch <chpe@cvs.gnome.org> + * data/ui/epiphany-toolbar.xml: * src/ephy-window.c: diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 4087305d0..15a88ad52 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -51,7 +51,6 @@ ephy_stock_icons_init (void) static const GtkStockItem items[] = { - { EPHY_STOCK_CLOSE_TAB, N_("Close Tab"), 0, 0, NULL }, { EPHY_STOCK_POPUPS, N_("Popup Windows"), 0, 0, NULL }, { 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 328ad0460..d7cee247c 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -23,7 +23,6 @@ G_BEGIN_DECLS -#define EPHY_STOCK_CLOSE_TAB "epiphany-close-tab" #define EPHY_STOCK_POPUPS "epiphany-popup-hidden" #define EPHY_STOCK_HISTORY "epiphany-history" #define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks" |