[gnome-commander] GnomeCmdCon: add attribute 'authtype=password' in gnome_cmd_con_create_keyring_attributes()
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] GnomeCmdCon: add attribute 'authtype=password' in gnome_cmd_con_create_keyring_attributes()
- Date: Sat, 7 Jan 2012 21:36:25 +0000 (UTC)
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]