diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index baf3f23cf..35841772f 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -48,6 +48,7 @@ #include "ephy-bookmarks-editor.h" #include "ephy-bookmarks-import.h" #include "ephy-bookmarks-export.h" +#include "ephy-bookmarks-ui.h" #include "ephy-node-common.h" #include "ephy-node-view.h" #include "ephy-window.h" @@ -461,8 +462,7 @@ static void show_properties_dialog (EphyBookmarksEditor *editor, EphyNode *bookmark) { - ephy_bookmarks_show_bookmark_properties - (editor->priv->bookmarks, bookmark, GTK_WIDGET (editor)); + ephy_bookmarks_ui_show_bookmark (GTK_WIDGET (editor), bookmark); } static GSList * |