Fixed bug when "No search results" text was incorrectly shown.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 7 Sep 2010 07:28:26 +0000 (10:28 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 7 Sep 2010 07:28:26 +0000 (10:28 +0300)
src/ui/locationsearchpanel.cpp

index 8b8c87f..2afe5a9 100644 (file)
@@ -130,7 +130,6 @@ LocationSearchPanel::LocationSearchPanel(QWidget *parent)
 
     readSettings();
     showSearchHistoryListView();
-    showEmptyPanel(true);
 }
 
 LocationSearchPanel::~LocationSearchPanel()