mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Coolo: a little patch from Miroslav
svn path=/trunk/kdebase/kfind/; revision=170
This commit is contained in:
parent
67c634f9c7
commit
79262bc64a
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ QString KfindTabDialog::createQuery()
|
|||
{
|
||||
str = dirBox->text(dirBox->currentItem());
|
||||
|
||||
nameBox->insertItem( nameBox->currentText(),0 );
|
||||
|
||||
if ( (typeBox->currentItem())!=0 )
|
||||
{
|
||||
KfFileType *typ;
|
||||
|
|
Loading…
Reference in a new issue