repo.or.cz
/
ScratchABit.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
4ca4668
)
ScratchABit: action_goto: Update for picotui 1.1.
master
author
Paul Sokolovsky
<
[email protected]
>
Wed, 25 Nov 2020 22:02:52 +0000
(26
01:02
+0300)
committer
Paul Sokolovsky
<
[email protected]
>
Wed, 25 Nov 2020 22:02:52 +0000
(26
01:02
+0300)
ScratchABit.py
patch
|
blob
|
blame
|
history
diff --git
a/ScratchABit.py
b/ScratchABit.py
index
7a55610
..
c6f79f9
100755
(executable)
--- a/
ScratchABit.py
+++ b/
ScratchABit.py
@@
-329,7
+329,7
@@
class DisasmViewer(editor.EditorExt):
self.redraw()
if res == ACTION_OK:
- value = entry.get
_text
()
+ value = entry.get()
if '0' <= value[0] <= '9':
addr = int(value, 0)
else: