From aedb262e0da4423805b3e2285019f6a9342d5135 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 7 Sep 2012 14:31:58 +0200 Subject: [PATCH] add a FIXME about the initial value of the 'remember' checkbox --- libempathy-gtk/empathy-account-widget.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index aa1cc097..17ab236e 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -1988,6 +1988,9 @@ do_constructed (GObject *obj) password = empathy_account_settings_dup_string (self->priv->settings, "password"); + /* FIXME: we should enable this checkbox only if the password is + * stored for good in the password storage, not only for the session + * (bgo #683571) */ gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON (self->priv->remember_password_widget), !EMP_STR_EMPTY (password)); -- 2.39.2