aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-20 22:45:06 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-20 22:45:06 +0800
commitd299c83519b5e03d9d24f1ec80c25afcb793a73f (patch)
tree9341bbe12deed3d2270420ca4c5534000d9a341e /src/ephy-toolbar.c
parentd051f30561597cd4e389ec8a6cc2573d02ffa0a5 (diff)
downloadgsoc2013-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 'src/ephy-toolbar.c')
-rwxr-xr-xsrc/ephy-toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index 729322109..8ece4642a 100755
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -651,7 +651,7 @@ ephy_toolbar_constructor (GType type,
priv->sep_item = gtk_separator_tool_item_new ();
gtk_toolbar_insert (gtoolbar, priv->sep_item, -1);
- priv->exit_button = gtk_tool_button_new_from_stock (GTK_STOCK_QUIT);
+ priv->exit_button = gtk_tool_button_new_from_stock (STOCK_LEAVE_FULLSCREEN);
gtk_tool_button_set_label (GTK_TOOL_BUTTON (priv->exit_button), _("Leave Fullscreen"));
gtk_tool_item_set_is_important (priv->exit_button, TRUE);
g_signal_connect (priv->exit_button, "clicked",