diff options
Diffstat (limited to 'src/multiwindow.c')
-rw-r--r-- | src/multiwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiwindow.c b/src/multiwindow.c index 9797fb0..13cff90 100644 --- a/src/multiwindow.c +++ b/src/multiwindow.c @@ -49,7 +49,7 @@ void init_multiwindow_mode(void) s = emalloc(len); snprintf(s, len, PACKAGE " - %s", file->filename); } else { - s = estrdup(feh_printf(opt.title, file)); + s = estrdup(feh_printf(opt.title, file, w)); } if ((w = winwidget_create_from_file(l, s, WIN_TYPE_SINGLE)) != NULL) { |