[epiphany] Do not show the bookmarks button in application mode
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Do not show the bookmarks button in application mode
- Date: Wed, 7 Dec 2016 16:40:40 +0000 (UTC)
commit da9b7a7086cb37c41d4f01dcb835b8fd2b8e259d
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Wed Dec 7 17:39:25 2016 +0100
Do not show the bookmarks button in application mode
https://bugzilla.gnome.org/show_bug.cgi?id=775760
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 137bb95..d756669 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3063,7 +3063,7 @@ ephy_window_constructed (GObject *object)
ephy_action_change_sensitivity_flags (G_SIMPLE_ACTION (new_action),
SENS_FLAG_CHROME, TRUE);
}
- chrome &= ~(EPHY_WINDOW_CHROME_LOCATION | EPHY_WINDOW_CHROME_MENU | EPHY_WINDOW_CHROME_TABSBAR);
+ chrome &= ~(EPHY_WINDOW_CHROME_LOCATION | EPHY_WINDOW_CHROME_MENU | EPHY_WINDOW_CHROME_TABSBAR |
EPHY_WINDOW_CHROME_BOOKMARKS);
}
ephy_window_set_chrome (window, chrome);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]