diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index a4f5412a4..7110a2cd8 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -294,7 +294,7 @@ compute_lower_fav (EphyNode *favorites, double *score) EphyHistory *history; EphyNode *result = NULL; - embed_shell = ephy_shell_get_embed_shell (ephy_shell); + embed_shell = EPHY_EMBED_SHELL (ephy_shell); history = ephy_embed_shell_get_global_history (embed_shell); *score = DBL_MAX; @@ -399,7 +399,7 @@ ephy_setup_history_notifiers (EphyBookmarks *eb) EphyEmbedShell *embed_shell; EphyHistory *history; - embed_shell = ephy_shell_get_embed_shell (ephy_shell); + embed_shell = EPHY_EMBED_SHELL (ephy_shell); history = ephy_embed_shell_get_global_history (embed_shell); g_signal_connect (history, "visited", |