mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
fixed advanced search not closing
This commit is contained in:
parent
c26970feba
commit
5547d71ac7
@ -738,8 +738,8 @@ void SearchDialog::showAdvSearchDialog(bool show)
|
||||
if (advSearchDialog == 0 && show)
|
||||
{
|
||||
advSearchDialog = new AdvancedSearchDialog();
|
||||
connect(advSearchDialog, SIGNAL(search(Expression*)),
|
||||
this, SLOT(advancedSearch(Expression*)));
|
||||
connect(advSearchDialog, SIGNAL(search(RsRegularExpression::Expression*)),
|
||||
this, SLOT(advancedSearch(RsRegularExpression::Expression*)));
|
||||
}
|
||||
if (show) {
|
||||
advSearchDialog->show();
|
||||
|
Loading…
Reference in New Issue
Block a user