From 4918f85ee7ba18198abc2216112edef36a5c7917 Mon Sep 17 00:00:00 2001 From: Silvan Marco Fin Date: Thu, 22 Jun 2006 11:34:43 +0000 Subject: [PATCH] * changed visibility of characters in password dialog (hildon + gtk-glade) pmo-trunk-r328 --- src/gtk-glade/modest-ui.c | 1 + src/hildon/modest-ui.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gtk-glade/modest-ui.c b/src/gtk-glade/modest-ui.c index 6ec89e1..7964dab 100644 --- a/src/gtk-glade/modest-ui.c +++ b/src/gtk-glade/modest-ui.c @@ -259,6 +259,7 @@ on_password_requested (ModestTnyAccountStore *account_store, infolabel = gtk_label_new(infostring); passentry = gtk_entry_new(); + gtk_entry_set_visibility(passentry, FALSE); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(passdialog)->vbox), infolabel, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(passdialog)->vbox), passentry, FALSE, FALSE, 0); diff --git a/src/hildon/modest-ui.c b/src/hildon/modest-ui.c index 6ec89e1..7964dab 100644 --- a/src/hildon/modest-ui.c +++ b/src/hildon/modest-ui.c @@ -259,6 +259,7 @@ on_password_requested (ModestTnyAccountStore *account_store, infolabel = gtk_label_new(infostring); passentry = gtk_entry_new(); + gtk_entry_set_visibility(passentry, FALSE); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(passdialog)->vbox), infolabel, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(passdialog)->vbox), passentry, FALSE, FALSE, 0); -- 1.7.9.5