[epiphany] ephy-bookmarks-ui: fix typo in activate_bookmarks_menu



commit cbe450ac0767c542ead9a5ec96a764a4c5dce89d
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Sun Feb 12 19:09:27 2012 -0500

    ephy-bookmarks-ui: fix typo in activate_bookmarks_menu
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670760

 src/bookmarks/ephy-bookmarks-ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-ui.c b/src/bookmarks/ephy-bookmarks-ui.c
index 382fe49..965a752 100644
--- a/src/bookmarks/ephy-bookmarks-ui.c
+++ b/src/bookmarks/ephy-bookmarks-ui.c
@@ -92,7 +92,7 @@ activate_bookmarks_menu (GtkAction *action, EphyWindow *window)
 		if (!bookmarks_menu_string->len)
 		{
 			g_string_append (bookmarks_menu_string,
-					 "<ui><popup name=\"PagePopup\" action=\"PopupAction\"><menu name=\"BookmarksMenu\" action=\"Bookmarks\">");
+					 "<ui><popup name=\"PagePopup\" action=\"PagePopupAction\"><menu name=\"BookmarksMenu\" action=\"Bookmarks\">");
 			ephy_bookmarks_menu_build (bookmarks_menu_string, 0);
 			g_string_append (bookmarks_menu_string, "</menu></popup></ui>");
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]