On Fri, 28 Dec 2012 12:36:08 -0800 (PST)
Viktor Ransmayr <
viktor....@gmail.com> wrote:
> Hello Leo-Community,
>
> after upgrading to rev. 5547 I see the following traceback when starting
Try 5548, I just applied the fix below. Cheers -Terry
=== modified file 'leo/plugins/quicksearch.py'
--- leo/plugins/quicksearch.py 2012-12-23 19:50:49 +0000
+++ leo/plugins/quicksearch.py 2012-12-28 21:01:59 +0000
@@ -270,9 +270,8 @@
#@+node:ville.20121223213319.3670: ** dumpfocus
def dumpfocus():
f = QtGui.QApplication.instance().focusWidget()
-
g.es("Focus: " + `f`)
- print("Focus: " + `f`)
-
+
g.es("Focus: " + 'f')
+ print("Focus: " + 'f')
#@+node:ville.20090314215508.2: ** class LeoQuickSearchWidget (QWidget)
class LeoQuickSearchWidget(QtGui.QWidget):