Ignore:
Timestamp:
Oct 15, 2015, 4:27:26 PM (9 years ago)
Author:
Bruno Cornec
Message:

put setup_newt_stuff back at its place (after defining g_text_mode) to avoid incorrect startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/newt-specific.c

    r3413 r3477  
    12821282        b8 = newtButton(17, 13, "    Exit   ");
    12831283        myForm = newtForm(NULL, NULL, 0);
    1284         newtFormAddComponents(myForm, b1, b5, b3, b7, b2, b4, b6, b8,
    1285                               NULL);
     1284        newtFormAddComponents(myForm, b1, b5, b3, b7, b2, b4, b6, b8, NULL);
    12861285        b_res = newtRunForm(myForm);
    12871286        newtFormDestroy(myForm);
Note: See TracChangeset for help on using the changeset viewer.