Fixes NB#123994, entries in account setup wizard are the wrong size
authorSergio Villar Senin <svillar@igalia.com>
Tue, 23 Jun 2009 08:38:16 +0000 (10:38 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 23 Jun 2009 08:38:16 +0000 (10:38 +0200)
src/hildon2/modest-easysetup-wizard-dialog.c

index 6ffaa16..b2369a5 100644 (file)
@@ -369,8 +369,9 @@ create_captioned (ModestEasysetupWizardDialog *self,
 {
 
        GtkWidget *result;
-       result = modest_maemo_utils_create_captioned (title_size_group, value_size_group,
-                                                     value, use_markup, control);
+       result = modest_maemo_utils_create_captioned_with_size_type (title_size_group, value_size_group,
+                                                                    value, use_markup, control,
+                                                                    MODEST_EDITABLE_SIZE);
 
        /* Connect to the appropriate changed signal for the widget,
         * so we can ask for the prev/next buttons to be enabled/disabled appropriately: