aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 655d8ae2b..e3cb8fa1c 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -469,13 +469,6 @@ cmd_delete (GtkAction *action,
}
}
-static void
-show_properties_dialog (EphyBookmarksEditor *editor,
- EphyNode *bookmark)
-{
- ephy_bookmarks_ui_show_bookmark (GTK_WIDGET (editor), bookmark);
-}
-
static GSList *
add_bookmarks_files (const char *dir,
const char *filename,
@@ -909,7 +902,8 @@ cmd_bookmark_properties (GtkAction *action,
for (l = selection; l; l = l->next)
{
EphyNode *node = l->data;
- show_properties_dialog (editor, node);
+
+ ephy_bookmarks_ui_show_bookmark (node);
}
g_list_free (selection);