projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e623169
)
* Display total number of thumbnail images in title bar.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 3 May 2021 20:41:24 +0000
(22:41 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 3 May 2021 20:41:24 +0000
(22:41 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index cf8b0cf2aaad71295073297c47e7ac4922cfd0d8..71a4a08ef5797d905f39e89f48923ad0811071df 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-415,6
+415,7
@@
try:
tlabel = Label(scrollframe, text=s2hms(th[2]), image=thumb, compound='top', relief='solid')
tlabel.bind('<Button-1>', click_thumb)
tlabels.append(tlabel)
+ root.title(root.title() + ' [%d]' % thinfo["count"])
except Exception as e:
eprint(str(e))
exit(2)