when reset the keyword field then reset the Type ComboBox too to default index

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1188 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-05-07 20:57:27 +00:00
parent c23adba0b1
commit deea89cbd0

View File

@ -369,6 +369,7 @@ void SearchDialog::searchRemoveAll()
void SearchDialog::clearKeyword()
{
ui.lineEdit->clear();
ui.FileTypeComboBox->setCurrentIndex(0);
}
/* *****************************************************************