[empathy: 19/27] password-dialog: don't display "Remember password" for now
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 19/27] password-dialog: don't display "Remember password" for now
- Date: Tue, 7 Dec 2010 11:57:36 +0000 (UTC)
commit 15426cd6aa437bc2772397b77dd0d59a345e004b
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Mon Dec 6 15:01:25 2010 +0000
password-dialog: don't display "Remember password" for now
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
libempathy-gtk/empathy-password-dialog.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-password-dialog.c b/libempathy-gtk/empathy-password-dialog.c
index 332c9df..c5a8913 100644
--- a/libempathy-gtk/empathy-password-dialog.c
+++ b/libempathy-gtk/empathy-password-dialog.c
@@ -266,8 +266,15 @@ 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]