diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp index 0048884766..b2dfff276c 100644 --- a/kfind/kftabdlg.cpp +++ b/kfind/kftabdlg.cpp @@ -426,6 +426,8 @@ QString KfindTabDialog::createQuery() { str = dirBox->text(dirBox->currentItem()); + nameBox->insertItem( nameBox->currentText(),0 ); + if ( (typeBox->currentItem())!=0 ) { KfFileType *typ;