View | Details | Raw Unified | Return to bug 27483
Collapse All | Expand All

(-)main.c (+2 lines)
Lines 144-149 Link Here
144
144
145
    /* Begin user dialog at outer menu */
145
    /* Begin user dialog at outer menu */
146
    dialog_clear();
146
    dialog_clear();
147
    if (getpid() == 1)
148
	dmenuOpen(&MenuSysconsKeymap, &choice, &scroll, &curr, &max, FALSE);
147
    while (1) {
149
    while (1) {
148
	choice = scroll = curr = max = 0;
150
	choice = scroll = curr = max = 0;
149
	dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE);
151
	dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE);

Return to bug 27483