Allow to search directly when we show dialog

wilder-work
Montel Laurent 12 years ago
parent 32730efb77
commit 77ca23e398
  1. 1
      messageactions.cpp

@ -671,5 +671,6 @@ void MessageActions::slotDebugBaloo()
dlg->setAkonadiId(mCurrentItem.id());
dlg->setAttribute( Qt::WA_DeleteOnClose );
dlg->setSearchType(PimCommon::BalooDebugSearchPathComboBox::Emails);
dlg->doSearch();
dlg->show();
}

Loading…
Cancel
Save