[epiphany/wip/titlebox: 2/4] window: Again disallow showing location entry in app mode



commit d1f86ba1bfb73d4ec576f7ef0723c8724723414c
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]