diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 238549549..745da8571 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -1094,7 +1094,7 @@ keyword_node_show_popup_cb (GtkWidget *view, EphyBookmarksEditor *editor) GtkWidget *widget; widget = gtk_ui_manager_get_widget (editor->priv->ui_merge, - "/popups/EphyBookmarkKeywordPopup"); + "/EphyBookmarkKeywordPopup"); gtk_menu_popup (GTK_MENU (widget), NULL, NULL, NULL, NULL, 2, gtk_get_current_event_time ()); } |