Switch to unified view

a/src/qtgui/advsearch_w.cpp b/src/qtgui/advsearch_w.cpp
...
...
349
    }
349
    }
350
    }
350
    }
351
351
352
    if (!subtreeCMB->currentText().isEmpty()) {
352
    if (!subtreeCMB->currentText().isEmpty()) {
353
    QString current = subtreeCMB->currentText();
353
    QString current = subtreeCMB->currentText();
354
    sdata->setTopdir((const char*)subtreeCMB->currentText().toUtf8());
354
    sdata->setTopdir((const char*)subtreeCMB->currentText().toUtf8(),
355
           direxclCB->isChecked());
355
    // Keep history list clean and sorted. Maybe there would be a
356
    // Keep history list clean and sorted. Maybe there would be a
356
    // simpler way to do this
357
    // simpler way to do this
357
    list<QString> entries;
358
    list<QString> entries;
358
    for (int i = 0; i < subtreeCMB->count(); i++) {
359
    for (int i = 0; i < subtreeCMB->count(); i++) {
359
        entries.push_back(subtreeCMB->itemText(i));
360
        entries.push_back(subtreeCMB->itemText(i));