[gnome-commander] Make GnomeCmdCon::Authentication more conformant with GPasswordSave



commit 346f1e75972086c60e81842a0e0d8de56bd95364
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Oct 22 20:52:46 2011 +0200

    Make GnomeCmdCon::Authentication more conformant with GPasswordSave

 src/gnome-cmd-con.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-con.h b/src/gnome-cmd-con.h
index bdc5532..cdada1b 100644
--- a/src/gnome-cmd-con.h
+++ b/src/gnome-cmd-con.h
@@ -75,8 +75,10 @@ struct GnomeCmdCon
 
     enum Authentication
     {
+        SAVE_NEVER,
         SAVE_FOR_SESSION,
-        SAVE_PERMANENTLY
+        SAVE_PERMANENTLY,
+        NOT_REQUIRED
     };
 
     gchar               *alias;                 // coded as UTF-8



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