From 7b55b5f5e2dbfd59a5936cb4671060d7b3b6ff81 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 15 Jul 2009 17:07:45 +0000 Subject: Fix "search" filter being settings lost in launcher, when using the "Edit Game..." menu for example. svn-id: r42510 --- gui/launcher.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/launcher.cpp') diff --git a/gui/launcher.cpp b/gui/launcher.cpp index da49c1ccfd..1ab4728072 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -641,6 +641,10 @@ void LauncherDialog::updateListing() { // Select the last entry if the list has been reduced _list->setSelected(_list->getList().size() - 1); updateButtons(); + + // Update the filter settings, those are lost when "setList" + // is called. + _list->setFilter(_searchWidget->getEditString()); } void LauncherDialog::addGame() { -- cgit v1.2.3