diff -r 3cfaa0bae68d -r efa4ce3d50d2 ViewManager/ViewManager.py --- a/ViewManager/ViewManager.py Thu Jun 30 08:14:43 2011 +0200 +++ b/ViewManager/ViewManager.py Thu Jun 30 08:24:39 2011 +0200 @@ -4035,8 +4035,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"):