[gnome-commander] Rename GnomeCmdCon::Authentication enums for better conformance with GPasswordSave



commit 6b5a42df9ab160e0de96c9416ea7e8e44575efa7
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Thu Sep 22 19:58:12 2011 +0200

    Rename GnomeCmdCon::Authentication enums for better conformance with GPasswordSave

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



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