[gnome-commander] GnomeCmdCon: add attribute 'authtype=password' in gnome_cmd_con_create_keyring_attributes()



commit 8da4c1618527ace3b7fd8093758ea338b2611a90
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Jan 7 22:35:27 2012 +0100

    GnomeCmdCon: add attribute 'authtype=password' in gnome_cmd_con_create_keyring_attributes()

 src/gnome-cmd-con.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-con.cc b/src/gnome-cmd-con.cc
index f34ad8e..e67f5a8 100644
--- a/src/gnome-cmd-con.cc
+++ b/src/gnome-cmd-con.cc
@@ -591,6 +591,8 @@ GnomeKeyringAttributeList *gnome_cmd_con_create_keyring_attributes (const gchar
     if (path)
         gnome_keyring_attribute_list_append_string (attributes, "object", path);
 
+    gnome_keyring_attribute_list_append_string (attributes, "authtype", "password");
+
     gnome_keyring_attribute_list_append_string (attributes, "application", "GNOME Commander");
 
     {



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