diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-19 17:02:05 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-19 17:02:05 +0800 |
commit | 741ded15967b19b78879bcc9e8f172895eb984ff (patch) | |
tree | 0ef70d95aae245d04d11fc0ed3138cb833cc24d1 /src | |
parent | e886e958845ad243debf35139ffa81be9aad3088 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
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); |