Load "isRecursive" all the time

wilder-work
Montel Laurent 13 years ago
parent af7ed256aa
commit 0da62c6aa7
  1. 1
      searchdialog/searchwindow.cpp

@ -130,6 +130,7 @@ SearchWindow::SearchWindow( KMMainWidget *widget, const Akonadi::Collection &col
mUi.mChkSubFolders->setChecked( searchDescription->recursive() );
} else {
mUi.mChkbxAllFolders->setChecked( true );
mUi.mChkSubFolders->setChecked( searchDescription->recursive() );
}
} else {
// it's a search folder, but not one of ours, warn the user that we can't edit it

Loading…
Cancel
Save