[epiphany] application mode: let context menu be more complete, include inspection
- From: Gustavo Noronha Silva <gns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] application mode: let context menu be more complete, include inspection
- Date: Thu, 12 Oct 2017 19:02:50 +0000 (UTC)
commit d8af8e4d7dad155eca2913843ea2742a5ba9932f
Author: Gustavo Noronha Silva <gns gnome org>
Date: Mon Oct 9 15:25:26 2017 -0300
application mode: let context menu be more complete, include inspection
https://bugzilla.gnome.org/show_bug.cgi?id=788845
src/ephy-window.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 05dd005..b0c0024 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1660,9 +1660,6 @@ populate_context_menu (WebKitWebView *web_view,
g_free (search_selection_action_name);
- if (app_mode)
- return FALSE;
-
if (is_document && !is_image && !is_media) {
webkit_context_menu_append (context_menu,
webkit_context_menu_item_new_separator ());
@@ -2917,12 +2914,9 @@ setup_location_controller (EphyWindow *window,
}
static const char *disabled_actions_for_app_mode[] = { "open",
- "save-as",
"save-as-application",
"encoding",
"bookmark-page",
- "page-source",
- "toggle-inspector",
"new-tab",
"home" };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]