[epiphany] ephy-window: remove stock icons from two more GtkActions
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: remove stock icons from two more GtkActions
- Date: Fri, 27 Jan 2012 00:07:40 +0000 (UTC)
commit fbf16f5664a88f9dae9bb0f0983cdc24f93be226
Author: Xan Lopez <xan igalia com>
Date: Fri Jan 27 00:38:58 2012 +0100
ephy-window: remove stock icons from two more GtkActions
src/ephy-window.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index fa2171b..f2cf7b2 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1346,7 +1346,6 @@ setup_ui_manager (EphyWindow *window)
g_object_new (EPHY_TYPE_ZOOM_ACTION,
"name", "Zoom",
"label", _("Zoom"),
- "stock_id", GTK_STOCK_ZOOM_IN,
"zoom", 1.0,
NULL);
gtk_action_group_add_action (action_group, action);
@@ -1355,7 +1354,6 @@ setup_ui_manager (EphyWindow *window)
action = g_object_new (EPHY_TYPE_HOME_ACTION,
"name", "FileNewTab",
"label", _("New _Tab"),
- "stock_id", STOCK_NEW_TAB,
NULL);
gtk_action_group_add_action_with_accel (action_group, action, "<control>T");
g_object_unref (action);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]