[epiphany/gnome-3-26] flatpak: Fully disable save as web app



commit 02c2ec88bf69df1d317e45d2e31f6463427b68a1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Dec 10 13:59:02 2017 -0600

    flatpak: Fully disable save as web app
    
    The keyboard shortcut was still functional. I thought I had tested
    this....

 src/window-commands.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index a3a2a87..ad37237 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -1362,6 +1362,9 @@ window_cmd_save_as_application (GSimpleAction *action,
   char *markup;
   char *escaped_address;
 
+  if (ephy_is_running_inside_flatpak ())
+    return;
+
   embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (window));
   g_return_if_fail (embed != NULL);
 


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