Slight code cleanup.

Thu, 30 Jun 2011 08:23:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 30 Jun 2011 08:23:56 +0200
changeset 1153
8fe2e1abd4ea
parent 1150
859253d366c5
child 1155
4cbef040f07e

Slight code cleanup.

ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
--- 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"):

eric ide

mercurial