From 533c34899f09a1fa0e80aa198bd72ec2a90b1689 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 10 Dec 2012 11:48:36 -0500 Subject: ephy-shell: remove the ephy_shell global https://bugzilla.gnome.org/show_bug.cgi?id=683614 --- src/bookmarks/ephy-bookmarks-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks/ephy-bookmarks-menu.c') diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index f22cdbe21..dd3bf990f 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -199,7 +199,7 @@ ephy_bookmarks_menu_build (GString *string, EphyNode *parent) gint priority; guint flags, id, i; - eb = ephy_shell_get_bookmarks (ephy_shell); + eb = ephy_shell_get_bookmarks (ephy_shell_get_default ()); children = ephy_node_get_children (ephy_bookmarks_get_keywords (eb)); topics = g_ptr_array_sized_new (children->len); -- cgit v1.2.3