From 501c4357042c915188dc900849e2c595ad4edf8a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 20 Oct 2005 13:12:57 +0000 Subject: Remove fullscreen and leave-fullscreen stock icons; they're available in 2005-10-20 Christian Persch * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor): * src/ephy-toolbar.c: (ephy_toolbar_constructor): * src/ephy-window.c: Remove fullscreen and leave-fullscreen stock icons; they're available in gtk+ since 2.8. --- lib/ephy-stock-icons.c | 2 -- lib/ephy-stock-icons.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index ba51b0a8c..961dd50b9 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -40,7 +40,6 @@ ephy_stock_icons_init (void) static const char *icon_theme_items[] = { STOCK_NEW_TAB, - STOCK_FULLSCREEN, STOCK_VIEW_SOURCE, STOCK_SEND_MAIL, STOCK_ADD_BOOKMARK, @@ -48,7 +47,6 @@ ephy_stock_icons_init (void) STOCK_LOCK_INSECURE, STOCK_LOCK_SECURE, STOCK_LOCK_BROKEN, - STOCK_LEAVE_FULLSCREEN }; static const GtkStockItem items[] = diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 4ff7d1862..9fcdd9911 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -33,7 +33,6 @@ G_BEGIN_DECLS #define EPHY_STOCK_DOWNLOAD "epiphany-download" #define STOCK_NEW_TAB "stock_new-tab" -#define STOCK_FULLSCREEN "stock_fullscreen" #define STOCK_VIEW_SOURCE "stock_view-html-source" #define STOCK_SEND_MAIL "stock_mail-send" #define STOCK_ADD_BOOKMARK "stock_add-bookmark" @@ -41,7 +40,6 @@ G_BEGIN_DECLS #define STOCK_LOCK_INSECURE "stock_lock-open" #define STOCK_LOCK_SECURE "stock_lock" #define STOCK_LOCK_BROKEN "stock_lock-broken" -#define STOCK_LEAVE_FULLSCREEN "stock_leave-fullscreen" void ephy_stock_icons_init (void); -- cgit v1.2.3