From: Guillaume Desmottes Date: Fri, 7 Sep 2012 12:31:58 +0000 (+0200) Subject: add a FIXME about the initial value of the 'remember' checkbox X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=aedb262e0da4423805b3e2285019f6a9342d5135 add a FIXME about the initial value of the 'remember' checkbox --- 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));