From e3e76014e70643b0828f30f5c5277e212495d37c Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 17 Apr 2005 17:29:12 +0000 Subject: fixes --- (limited to 'korganizer/searchdialog.cpp') diff --git a/korganizer/searchdialog.cpp b/korganizer/searchdialog.cpp index de65b53..007d1f3 100644 --- a/korganizer/searchdialog.cpp +++ b/korganizer/searchdialog.cpp @@ -223,14 +223,11 @@ void SearchDialog::doSearch() "where needed.")); return; } - search(re); - listView->setStartDate( mStartDate->date() ); listView->showEvents(mMatchedEvents); listView->addTodos(mMatchedTodos); listView->addJournals(mMatchedJournals); - if (mMatchedEvents.count() + mMatchedJournals.count() + mMatchedTodos.count() == 0) { setCaption(i18n("No items found. Use '*' and '?' where needed.")); } else { -- cgit v0.9.0.2