SVN commit 967262 by aseigo: reset the interface when we focus the faves view BUG:170605 M +2 -0 launcher.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/ui/launcher.cpp #967261:967262 @@ -706,6 +706,8 @@ { d->contentSwitcher->setCurrentIndex(d->contentArea->indexOf(d->favoritesView)); d->contentArea->setCurrentWidget(d->favoritesView); + d->contentSwitcher->setVisible(true); + d->searchBar->clear(); } bool Launcher::eventFilter(QObject *object, QEvent *event)