From e09a6b5e3f8c3869617fb3e749c4e455ba50989a Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 17 Feb 2011 14:45:54 +0100 Subject: Appropriate title for thumbnail mode --- thumbs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index b4e6976..a5b98fa 100644 --- a/thumbs.c +++ b/thumbs.c @@ -69,6 +69,7 @@ void tns_load(tns_t *tns, win_t *win, const char *filename) { z = MIN(zw, zh); t = &tns->thumbs[tns->cnt++]; + t->filename = filename; t->w = z * w; t->h = z * h; -- cgit v1.2.3