diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-20 21:12:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-20 21:12:57 +0800 |
commit | 501c4357042c915188dc900849e2c595ad4edf8a (patch) | |
tree | 4e4f9c655d5a677242d20b2b139a3b7679b6a15c /lib/ephy-stock-icons.c | |
parent | 519f01f0b3d13bc1e6f0c02ba1a9b25983921aaa (diff) | |
download | gsoc2013-epiphany-501c4357042c915188dc900849e2c595ad4edf8a.tar.gz gsoc2013-epiphany-501c4357042c915188dc900849e2c595ad4edf8a.tar.zst gsoc2013-epiphany-501c4357042c915188dc900849e2c595ad4edf8a.zip |
Remove fullscreen and leave-fullscreen stock icons; they're available in
2005-10-20 Christian Persch <chpe@cvs.gnome.org>
* 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.
Diffstat (limited to 'lib/ephy-stock-icons.c')
-rw-r--r-- | lib/ephy-stock-icons.c | 2 |
1 files changed, 0 insertions, 2 deletions
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[] = |