* changed visibility of characters in password dialog (hildon + gtk-glade)
authorSilvan Marco Fin <silvan@kernelconcepts.de>
Thu, 22 Jun 2006 11:34:43 +0000 (11:34 +0000)
committerSilvan Marco Fin <silvan@kernelconcepts.de>
Thu, 22 Jun 2006 11:34:43 +0000 (11:34 +0000)
pmo-trunk-r328

src/gtk-glade/modest-ui.c
src/hildon/modest-ui.c

index 6ec89e1..7964dab 100644 (file)
@@ -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);
index 6ec89e1..7964dab 100644 (file)
@@ -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);