Remove the parameter "secret" from the doc, it was dropped 3 years ago
authorPascal Terjan <pterjan@linuxfr.org>
Sun, 27 May 2007 22:41:33 +0000 (22:41 +0000)
committerPascal Terjan <pterjan@src.gnome.org>
Sun, 27 May 2007 22:41:33 +0000 (22:41 +0000)
2007-05-28  Pascal Terjan  <pterjan@linuxfr.org>

        * e-passwords.c (e_passwords_ask_password):
        Remove the parameter "secret" from the doc, it was dropped 3 years ago

svn path=/trunk/; revision=7785

libedataserverui/ChangeLog
libedataserverui/e-passwords.c

index 987a390..63e7140 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-28  Pascal Terjan  <pterjan@linuxfr.org>
+
+       * e-passwords.c (e_passwords_ask_password):
+       Remove the parameter "secret" from the doc, it was dropped 3 years ago
+
 2007-05-24  Matthew Barnes  <mbarnes@redhat.com>
 
        * e-passwords.c (ep_ask_password):
index f455ecf..33d16fd 100644 (file)
@@ -1129,7 +1129,6 @@ e_passwords_add_password (const char *key, const char *passwd)
  * the password (e.g. Mail, Addressbook, etc.)
  * @key: key to store the password under
  * @prompt: prompt string
- * @secret: whether or not the password text should be ***ed out
  * @remember_type: whether or not to offer to remember the password,
  * and for how long.
  * @remember: on input, the default state of the remember checkbox.