diff -r 859253d366c5 -r 8fe2e1abd4ea ViewManager/ViewManager.py --- a/ViewManager/ViewManager.py Thu Jun 30 08:09:11 2011 +0200 +++ b/ViewManager/ViewManager.py Thu Jun 30 08:23:56 2011 +0200 @@ -4039,8 +4039,7 @@ return text = self.quickFindtextCombo.lineEdit().text() - if not text: - if again: + if not text and again: text = self.quickFindtextCombo.lastSearchText if not text: if Preferences.getEditor("QuickSearchMarkersEnabled"):