projects
/
jiten-pai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f946a7
)
* Always clear old results
author
Volodymyr Poltavets
<Volodymyr.Poltavets@feig.de>
Tue, 15 Jun 2021 11:07:29 +0000
(13:07 +0200)
committer
Volodymyr Poltavets
<Volodymyr.Poltavets@feig.de>
Tue, 15 Jun 2021 11:07:29 +0000
(13:07 +0200)
jiten-pai.py
patch
|
blob
|
history
diff --git
a/jiten-pai.py
b/jiten-pai.py
index fa3a7da18014dd4f45e2cc745b98b6189d21c264..c331833375a484e34f55e99cd8470250652598c5 100755
(executable)
--- a/
jiten-pai.py
+++ b/
jiten-pai.py
@@
-434,6
+434,7
@@
class jpMainWindow(QMainWindow):
result = dict_lookup(cfg['dict'], term, mode, max_res)
#
self.result_group.setTitle('Search results: %d' % len(result))
+ self.result_pane.setHtml('')
self.result_pane.setEnabled(True);
# bail early on empty result
if 0 == len(result):