aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 682030978..711a93332 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -757,7 +757,7 @@ ephy_history_window_show_popup_cb (GtkWidget *view,
GtkWidget *widget;
widget = gtk_ui_manager_get_widget (editor->priv->ui_merge,
- "/popups/EphyHistoryWindowPopup");
+ "/EphyHistoryWindowPopup");
gtk_menu_popup (GTK_MENU (widget), NULL, NULL, NULL, NULL, 2,
gtk_get_current_event_time ());
}