From 374e31fbfe3854f5a17aa10447f1b982dda6b511 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 12 Feb 2012 19:11:06 -0500 Subject: 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(+) diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 1abf83899..c4789036f 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -91,6 +91,7 @@ + diff --git a/src/ephy-window.c b/src/ephy-window.c index bde8ce20a..b1fdfb7e1 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. */ -- cgit v1.2.3