aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-09-04 20:06:35 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-09-04 20:06:35 +0800
commita16915c7337f69679aca212484a5f9568decb217 (patch)
tree4d248944b481943c6454c963222d18c21f228a4f /src
parent950219c7eb23cc9e19017c9adde87ca57e2bceeb (diff)
downloadgsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.tar
gsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.tar.gz
gsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.tar.bz2
gsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.tar.lz
gsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.tar.xz
gsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.tar.zst
gsoc2013-epiphany-a16915c7337f69679aca212484a5f9568decb217.zip
Fix a typo in the xml
2003-09-04 Marco Pesenti Gritti <marco@gnome.org> * data/ui/epiphany-history-window-ui.xml.in: Fix a typo in the xml * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-history-window.c: (ephy_history_window_show_popup_cb): Change the popups path to fit new api
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
-rw-r--r--src/ephy-history-window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 8c61d8d91..039b6aff1 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -943,7 +943,7 @@ ephy_bookmarks_editor_show_popup_cb (GtkWidget *view,
GtkWidget *widget;
widget = gtk_ui_manager_get_widget (editor->priv->ui_merge,
- "/popups/EphyBookmarkEditorPopup");
+ "/EphyBookmarkEditorPopup");
gtk_menu_popup (GTK_MENU (widget), NULL, NULL, NULL, NULL, 2,
gtk_get_current_event_time ());
}
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 ());
}