[epiphany] ephy-window: disable new window creation in application mode



commit 69c050631efb2950e4d73136e9af907f8e1b2dfb
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Sat Aug 3 14:34:27 2013 +0200

    ephy-window: disable new window creation in application mode
    
    Also incognito windows.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703929

 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 70d79d6..98589d5 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",


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