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:
98fdf57
)
* Fixed the fix in caa3db1 (editor undo accident).
author
Urban Wallasch
<urban.wallasch@freenet.de>
Thu, 24 Jun 2021 22:16:38 +0000
(
00:16
+0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Thu, 24 Jun 2021 22:16:38 +0000
(
00:16
+0200)
jiten-pai.py
patch
|
blob
|
history
diff --git
a/jiten-pai.py
b/jiten-pai.py
index ab0930bd2efb3c8ea2b7b598ac2487ce913e479d..f74d9ecc0c457b5689aa114beb6182a878d4cd75 100755
(executable)
--- a/
jiten-pai.py
+++ b/
jiten-pai.py
@@
-1221,7
+1221,7
@@
class jpMainWindow(QMainWindow):
def search_clear(self):
self.search_box.setFocus()
self.search_box.setCurrentIndex(-1)
- self.search_box.clearText()
+ self.search_box.clear
Edit
Text()
TERM_END = r'(\(.+?\))?(;|$)'
def _search_apply_options(self, term, mode):