Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
681
681
682
    if (prefs.ssearchTypSav) {
682
    if (prefs.ssearchTypSav) {
683
    prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex();
683
    prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex();
684
    }
684
    }
685
685
686
    if (asearchform)
687
  delete asearchform;
688
689
    rwSettings(true);
686
    rwSettings(true);
690
687
691
    // We should do the right thing and let exit() call all the
688
    // We should do the right thing and let exit() call all the
692
    // cleanup handlers. But we have few persistent resources and qt
689
    // cleanup handlers. But we have few persistent resources and qt
693
    // exit is a great source of crashes and pita. So do our own
690
    // exit is a great source of crashes and pita. So do our own