This is a manual merge of branch drop split view intro trunk.
[modest] / src / widgets / modest-wizard-dialog.c
index b8968cb..e6d71e6 100644 (file)
@@ -559,8 +559,9 @@ response (ModestWizardDialog   *wizard_dialog,
     
     /* If first page, previous and finish are disabled, 
        if last page, next is disabled */
-    make_buttons_sensitive (wizard_dialog,
-            !is_first /* previous */, !is_first /* finish */, !is_last /* next*/);
+/*     make_buttons_sensitive (wizard_dialog, */
+/*             !is_first /\* previous *\/, !is_first /\* finish *\/, !is_last /\* next*\/); */
+    make_buttons_sensitive (wizard_dialog, TRUE, TRUE, TRUE);
             
     /* Allow derived classes to disable buttons to prevent navigation,
      * according to their own validation logic: */