[epiphany] ephy-window: add a Extensions menu



commit 374e31fbfe3854f5a17aa10447f1b982dda6b511
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Sun Feb 12 19:11:06 2012 -0500

    ephy-window: add a Extensions menu
    
    Together with epiphany-extensions-3.3.90 this makes the extensions
    manager visible again, and also all the extensions menu items.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669951

 data/ui/epiphany-ui.xml |    1 +
 src/ephy-window.c       |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml
index 1abf838..c478903 100644
--- a/data/ui/epiphany-ui.xml
+++ b/data/ui/epiphany-ui.xml
@@ -91,6 +91,7 @@
                   <placeholder name="ViewEncodingPlaceholder"/>
                 </menu>
                 <menuitem name="ViewPageSourceMenu" action="ViewPageSource"/>
+		<menu name="ExtensionsMenu" action="Extensions"/>
                 <separator name="FileSep7"/>
                 <menuitem name="FileCloseWindowMenu" action="FileCloseTab"/>
 	</popup>
diff --git a/src/ephy-window.c b/src/ephy-window.c
index bde8ce2..b1fdfb7 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -88,6 +88,7 @@ static const GtkActionEntry ephy_menu_entries [] = {
 	{ "PopupAction", NULL, "" },
 	{ "PagePopupAction", NULL, "" },
 	{ "NotebookPopupAction", NULL, "" },
+	{ "Extensions", NULL, N_("_Extensions") },
 
 	/* File actions. */
 



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