aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-09-19 17:02:05 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-09-19 17:02:05 +0800
commit741ded15967b19b78879bcc9e8f172895eb984ff (patch)
tree0ef70d95aae245d04d11fc0ed3138cb833cc24d1 /src/bookmarks
parente886e958845ad243debf35139ffa81be9aad3088 (diff)
downloadgsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.tar
gsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.tar.gz
gsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.tar.bz2
gsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.tar.lz
gsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.tar.xz
gsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.tar.zst
gsoc2013-epiphany-741ded15967b19b78879bcc9e8f172895eb984ff.zip
*** empty log message ***
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c2
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index 8006bdf71..745a3f5e5 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -428,7 +428,7 @@ ephy_bookmark_properties_init (EphyBookmarkProperties *editor)
editor->priv->bookmark = NULL;
editor->priv->tb_model = EPHY_TOOLBARS_MODEL
- (ephy_shell_get_toolbars_model (ephy_shell));
+ (ephy_shell_get_toolbars_model (ephy_shell, FALSE));
}
GtkWidget *
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 55a0bcf03..0258d9aaa 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1479,7 +1479,7 @@ ephy_bookmarks_editor_init (EphyBookmarksEditor *editor)
editor->priv->props_dialogs = g_hash_table_new (g_direct_hash,
g_direct_equal);
editor->priv->tb_model = EPHY_TOOLBARS_MODEL
- (ephy_shell_get_toolbars_model (ephy_shell));
+ (ephy_shell_get_toolbars_model (ephy_shell, FALSE));
g_signal_connect (editor->priv->tb_model, "item_added",
G_CALLBACK (toolbar_items_changed_cb), editor);