[epiphany] main: Remove --netbank-mode



commit 586e9fe4385a890770d4de45f4a226fb8d48fff2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Oct 14 13:57:18 2016 -0500

    main: Remove --netbank-mode
    
    It's the same as incognito-mode, and it's confusing. The two people
    in the world using this flag can update their scripts.
    
    Besides, do you really think it's a good idea to choose a memorable
    password for your bank? Using the password manager is arguably much more
    important here than elsewhere.

 src/ephy-main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index b3b3a4b..e0a3a67 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -96,8 +96,6 @@ static const GOptionEntry option_entries[] =
     N_("Start a private instance"), NULL },
   { "incognito-mode", 'i', 0, G_OPTION_ARG_NONE, &incognito_mode,
     N_("Start an instance in incognito mode"), NULL },
-  { "netbank-mode", 0, 0, G_OPTION_ARG_NONE, &incognito_mode,
-    N_("Start an instance in netbank mode"), NULL },
   { "application-mode", 'a', G_OPTION_FLAG_FILENAME | G_OPTION_FLAG_OPTIONAL_ARG,
     G_OPTION_ARG_CALLBACK, application_mode_cb,
     N_("Start the browser in application mode"), NULL },


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