[epiphany] ephy-window: disable a few more actions in application mode
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: disable a few more actions in application mode
- Date: Tue, 19 Mar 2013 08:35:30 +0000 (UTC)
commit 1068d46a3455abc13bfe0a4edaf64cea9f714b0a
Author: Xan Lopez <xan igalia com>
Date: Tue Mar 19 09:34:34 2013 +0100
ephy-window: disable a few more actions in application mode
Do not allow to launch bookmarks, history, preferences and personal
data editors through keyboard shortcuts in app mode.
https://bugzilla.gnome.org/show_bug.cgi?id=690191
src/ephy-window.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ef3a748..b019090 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3730,10 +3730,14 @@ setup_toolbar (EphyWindow *window)
}
static const char* disabled_actions_for_app_mode[] = { "FileOpen",
- "FileSaveAs",
- "FileSaveAsApplication",
- "ViewEncoding",
- "FileBookmarkPage" };
+ "FileSaveAs",
+ "FileSaveAsApplication",
+ "ViewEncoding",
+ "FileBookmarkPage",
+ "EditBookmarks",
+ "EditHistory",
+ "EditPreferences",
+ "EditPersonalData" };
static gboolean
_gtk_css_provider_load_from_resource (GtkCssProvider* provider,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]