aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-07 20:31:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-07 20:31:58 +0800
commitaedb262e0da4423805b3e2285019f6a9342d5135 (patch)
treee8d66f9861f0b7d6840422f3a2d52956ae701fb1 /libempathy-gtk
parent0c4079edb20dc99d17dc8e2b212f3fca7841357b (diff)
downloadgsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.tar
gsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.tar.gz
gsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.tar.bz2
gsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.tar.lz
gsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.tar.xz
gsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.tar.zst
gsoc2013-empathy-aedb262e0da4423805b3e2285019f6a9342d5135.zip
add a FIXME about the initial value of the 'remember' checkbox
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-account-widget.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index aa1cc097c..17ab236ea 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));