diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2013-08-03 20:34:27 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2013-08-03 20:35:59 +0800 |
commit | 69c050631efb2950e4d73136e9af907f8e1b2dfb (patch) | |
tree | f94caf1b8728808e11ba9950212da02aea29914b | |
parent | 96591accb86ef759181707d92b44391651294de7 (diff) | |
download | gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.tar gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.tar.gz gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.tar.bz2 gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.tar.lz gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.tar.xz gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.tar.zst gsoc2013-epiphany-69c050631efb2950e4d73136e9af907f8e1b2dfb.zip |
ephy-window: disable new window creation in application mode
Also incognito windows.
https://bugzilla.gnome.org/show_bug.cgi?id=703929
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 70d79d671..98589d53f 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -3718,6 +3718,8 @@ setup_toolbar (EphyWindow *window) } static const char* disabled_actions_for_app_mode[] = { "FileOpen", + "FileNewWindow", + "FileNewWindowIncognito", "FileSaveAs", "FileSaveAsApplication", "ViewEncoding", |