aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-09-01 20:49:20 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-09-01 20:49:20 +0800
commit31d3aa82e78f99f41019feb539c36c09bc0efe55 (patch)
tree0163cbc4ed3b566165db0c8f39aad905e03273d8 /src/toolbar.c
parentc91ff321c1ba587317e022e9bb13e1d28857dee7 (diff)
downloadgsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.tar
gsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.tar.gz
gsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.tar.bz2
gsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.tar.lz
gsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.tar.xz
gsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.tar.zst
gsoc2013-epiphany-31d3aa82e78f99f41019feb539c36c09bc0efe55.zip
Readd is_important and ensure_update, gtk now support them.
2003-09-01 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_clean): * src/ephy-favorites-menu.c: (ephy_favorites_menu_clean): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (setup_window): * src/toolbar.c: (toolbar_setup_actions): Readd is_important and ensure_update, gtk now support them.
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 5feb68c4a..d8d693b3a 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,*/
+ "is_important", TRUE,
NULL);
g_signal_connect (action, "activate",
G_CALLBACK (window_cmd_go_back), t->priv->window);