Removed obsolete and incorrect code from the view manager.

Sat, 06 Oct 2012 18:49:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Oct 2012 18:49:58 +0200
changeset 2110
eff6b085ea89
parent 2109
621ffe935354
child 2114
c07f0cb40b18

Removed obsolete and incorrect code from the view manager.

ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
diff -r 621ffe935354 -r eff6b085ea89 ViewManager/ViewManager.py
--- a/ViewManager/ViewManager.py	Sat Oct 06 18:48:56 2012 +0200
+++ b/ViewManager/ViewManager.py	Sat Oct 06 18:49:58 2012 +0200
@@ -4594,10 +4594,7 @@
                                 lineFrom, indexFrom, lineTo, indexTo)
         while ok:
             tgtPos, tgtLen = aw.getFoundTarget()
-            try:
-                aw.setSearchIndicator(tgtPos, tgtLen)
-            except AttributeError:
-                self.viewmanager.setSearchIndicator(tgtPos, tgtLen)
+            aw.setSearchIndicator(tgtPos, tgtLen)
             ok = aw.findNextTarget()
         
     def __quickSearchInEditor(self, again, back):

eric ide

mercurial