aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-08-31 23:50:06 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-08-31 23:50:06 +0800
commit9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf (patch)
tree1c9eceb212eacc19e125dc3ee366ba40372884e6 /src/toolbar.c
parentc8c588dae76140da7dc57bac79594aa9cad9238c (diff)
downloadgsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.tar
gsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.tar.gz
gsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.tar.bz2
gsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.tar.lz
gsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.tar.xz
gsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.tar.zst
gsoc2013-epiphany-9d4c55cd61f4ab24e6c153a2fe5749d17b462ddf.zip
*** empty log message ***
Diffstat (limited to 'src/toolbar.c')
-rwxr-xr-xsrc/toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index ad74702e9..5feb68c4a 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -270,7 +270,7 @@ toolbar_setup_actions (Toolbar *t)
"tooltip", _("Go back"),
"window", t->priv->window,
"direction", EPHY_NAVIGATION_DIRECTION_BACK,
- "important", TRUE,
+/* "important", TRUE,*/
NULL);
g_signal_connect (action, "activate",
G_CALLBACK (window_cmd_go_back), t->priv->window);