Switch to unified view

a/src/qtgui/main.cpp b/src/qtgui/main.cpp
...
...
336
    if (!g_dynconf || !g_dynconf->ok()) {
336
    if (!g_dynconf || !g_dynconf->ok()) {
337
    QString msg = app.translate("Main", "\"history\" file is damaged or un(read)writeable, please check or remove it: ") + QString::fromLocal8Bit(historyfile.c_str());
337
    QString msg = app.translate("Main", "\"history\" file is damaged or un(read)writeable, please check or remove it: ") + QString::fromLocal8Bit(historyfile.c_str());
338
    QMessageBox::critical(0, "Recoll",  msg);
338
    QMessageBox::critical(0, "Recoll",  msg);
339
    exit(1);
339
    exit(1);
340
    }
340
    }
341
    g_advshistory = new AdvSearchHist;
341
342
342
    //    fprintf(stderr, "History done\n");
343
    //    fprintf(stderr, "History done\n");
343
    rwSettings(false);
344
    rwSettings(false);
344
    havereadsettings = true;
345
    havereadsettings = true;
345
    //    fprintf(stderr, "Settings done\n");
346
    //    fprintf(stderr, "Settings done\n");