diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-08 20:44:44 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-01-26 21:32:25 +0800 |
commit | 75f150ca6ed3261cf06dad71cb9d0f4584a2eefc (patch) | |
tree | a46ec1623d1be0555ec084a54f4a073a7030e3d5 /libempathy-gtk | |
parent | bdfa8609af4d7f2bc7cbf8e3b4e762e770fee192 (diff) | |
download | gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.tar gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.tar.gz gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.tar.bz2 gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.tar.lz gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.tar.xz gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.tar.zst gsoc2013-empathy-75f150ca6ed3261cf06dad71cb9d0f4584a2eefc.zip |
password-dialog: re-enable showing the Remember password check button
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-password-dialog.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-password-dialog.c b/libempathy-gtk/empathy-password-dialog.c index 3c514ee82..5608bb035 100644 --- a/libempathy-gtk/empathy-password-dialog.c +++ b/libempathy-gtk/empathy-password-dialog.c @@ -264,15 +264,8 @@ empathy_password_dialog_constructed (GObject *object) /* remember password ticky box */ priv->ticky = gtk_check_button_new_with_label (_("Remember password")); - /* Don't add this to the dialog yet because we haven't set up - * everything in the UI properly yet and the MC transition isn't - * ready etc. so we'll just force it to never remember a - * password. */ - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->ticky), FALSE); - /* gtk_box_pack_start (box, priv->ticky, FALSE, FALSE, 0); gtk_widget_show (priv->ticky); - */ g_signal_connect (dialog, "response", G_CALLBACK (password_dialog_response_cb), dialog); |