From 4f0673c142e6529b6aaa0022b8463fa67b2ff060 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 24 Aug 2012 10:14:43 +0200 Subject: Remember password at least until session restart https://bugzilla.gnome.org/show_bug.cgi?id=680776 --- libempathy/empathy-keyring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-keyring.h') diff --git a/libempathy/empathy-keyring.h b/libempathy/empathy-keyring.h index 92c8a6e9f..05c460e5d 100644 --- a/libempathy/empathy-keyring.h +++ b/libempathy/empathy-keyring.h @@ -41,7 +41,7 @@ const gchar * empathy_keyring_get_room_password_finish (TpAccount *account, GAsyncResult *result, GError **error); void empathy_keyring_set_account_password_async (TpAccount *account, - const gchar *password, GAsyncReadyCallback callback, + const gchar *password, gboolean remember, GAsyncReadyCallback callback, gpointer user_data); gboolean empathy_keyring_set_account_password_finish (TpAccount *account, -- cgit v1.2.3