diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-20 22:45:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-20 22:45:06 +0800 |
commit | d299c83519b5e03d9d24f1ec80c25afcb793a73f (patch) | |
tree | 9341bbe12deed3d2270420ca4c5534000d9a341e /lib | |
parent | d051f30561597cd4e389ec8a6cc2573d02ffa0a5 (diff) | |
download | gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.tar gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.tar.gz gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.tar.bz2 gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.tar.lz gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.tar.xz gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.tar.zst gsoc2013-epiphany-d299c83519b5e03d9d24f1ec80c25afcb793a73f.zip |
Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.
2005-01-20 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* 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):
Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 3 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 8665aa1ec..ba51b0a8c 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -47,7 +47,8 @@ ephy_stock_icons_init (void) STOCK_PRINT_SETUP, STOCK_LOCK_INSECURE, STOCK_LOCK_SECURE, - STOCK_LOCK_BROKEN + 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 53ed4d5d4..4ff7d1862 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -41,6 +41,7 @@ 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); |