2006-10-30 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 30 Oct 2006 11:33:37 +0000 (11:33 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 30 Oct 2006 11:33:37 +0000 (11:33 +0000)
* hildon-widgets/hildon-set-password-dialog.c: Removing
auto-capitalization from the entry used to verify the password. Fixes
NB#39585.

ChangeLog
hildon-widgets/hildon-set-password-dialog.c

index c64b504..efa8f3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-set-password-dialog.c: Removing
+       auto-capitalization from the entry used to verify the password. Fixes
+       NB#39585.
+
 2006-10-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        [0.14.7-1 release]
index bdc51be..527fc30 100644 (file)
@@ -258,6 +258,7 @@ create_contents(HildonSetPasswordDialog *dialog)
 
     /* Create the password verify field */
     priv->pwd2ndEntry = gtk_entry_new();
+    g_object_set (priv->pwd2ndEntry, "hildon-input-mode", HILDON_GTK_INPUT_MODE_FULL, NULL);
     gtk_widget_show(priv->pwd2ndEntry);
     priv->pwd2ndCaption = hildon_caption_new(group,
                                         priv->pwd2ndCaption_string,