[epiphany] window: Again disallow showing location entry in app mode



commit 675a4dc1e589081f62c6b3ccc0a897312d367f95
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 10 20:58:13 2016 -0500

    window: Again disallow showing location entry in app mode
    
    This reverts a decision we made two years ago to allow switching to
    location entry mode to copy the URI. Allan doesn't want this and this is
    overkill to allow copying the URI. We'll make it selectable in the next
    commit.

 src/ephy-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index e938e96..289c1be 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3054,7 +3054,7 @@ ephy_window_constructor (GType                  type,
       ephy_action_change_sensitivity_flags (G_SIMPLE_ACTION (new_action),
                                             SENS_FLAG_CHROME, TRUE);
     }
-    chrome &= ~(EPHY_WINDOW_CHROME_MENU | EPHY_WINDOW_CHROME_TABSBAR);
+    chrome &= ~(EPHY_WINDOW_CHROME_LOCATION | EPHY_WINDOW_CHROME_MENU | EPHY_WINDOW_CHROME_TABSBAR);
   }
 
   init_menu_updaters (window);


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