aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbar.c')
-rwxr-xr-xsrc/toolbar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index 86730d97f..f8ecf0316 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -35,6 +35,7 @@
#include "ephy-debug.h"
#include "ephy-new-bookmark.h"
#include "ephy-toolbars-group.h"
+#include "ephy-stock-icons.h"
#include <string.h>
@@ -312,6 +313,7 @@ toolbar_setup_actions (Toolbar *t)
action = g_object_new (EPHY_TYPE_LOCATION_ACTION,
"name", "Location",
"label", "Location",
+ "stock_id", EPHY_STOCK_ENTRY,
NULL);
g_signal_connect (action, "go_location",
G_CALLBACK (go_location_cb), t->priv->window);