Switch to unified view

a/src/qtgui/advsearch_w.cpp b/src/qtgui/advsearch_w.cpp
...
...
447
    for (int index = 0; index < subtreeCMB->count(); index++)
447
    for (int index = 0; index < subtreeCMB->count(); index++)
448
        prefs.asearchSubdirHist.push_back(subtreeCMB->itemText(index));
448
        prefs.asearchSubdirHist.push_back(subtreeCMB->itemText(index));
449
    }
449
    }
450
    saveCnf();
450
    saveCnf();
451
    g_advshistory && g_advshistory->push(sdata);
451
    g_advshistory && g_advshistory->push(sdata);
452
    emit startSearch(sdata);
452
    emit startSearch(sdata, false);
453
}
453
}
454
454
455
455
456
// Set up fields from existing search data, which must be compatible
456
// Set up fields from existing search data, which must be compatible
457
// with what we can do...
457
// with what we can do...