summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-17 18:01:21 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:12:30 +0200
commit79bd86defb5c86a50e2def4c03129c4215c07ca5 (patch)
tree900376bba22d82a349b3ad5f0d94f936f86e7938 /main.c
parent86a6f00112576f3fc1ca565c2b5ad11d784cab8d (diff)
downloadnsxiv-79bd86defb5c86a50e2def4c03129c4215c07ca5.tar.zst
Refactored img_load_gif()
- Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index eb00c67..27788db 100644
--- a/main.c
+++ b/main.c
@@ -158,7 +158,7 @@ void update_title() {
n = snprintf(win_title, TITLE_LEN,
"sxiv: [%d/%d] <%d%%> <%dx%d> (%.2f%s) {%d/%d} %s",
fileidx + 1, filecnt, (int) (img.zoom * 100.0), img.w,
- img.h, size, unit, img.multi.cur + 1, img.multi.cnt,
+ img.h, size, unit, img.multi.sel + 1, img.multi.cnt,
files[fileidx].name);
else
n = snprintf(win_title, TITLE_LEN,