diff options
author | Dennis Real <github@tildepipe.org> | 2012-08-13 21:40:56 +0200 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2012-08-13 21:40:56 +0200 |
commit | 840474a293c3230383afc9e7822ae94a93379f1c (patch) | |
tree | 6d90397fe5057d3d922a214ed6d13d3b7bf151d1 /src/collage.c | |
parent | 676ff730e7db5cbeba778d1bca4aa26b15a93f07 (diff) | |
parent | 503048c639e1017324e64313c7eb197b20201b40 (diff) |
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'src/collage.c')
-rw-r--r-- | src/collage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collage.c b/src/collage.c index a7ae44e..711e3a4 100644 --- a/src/collage.c +++ b/src/collage.c @@ -110,7 +110,7 @@ void init_collage_mode(void) if (!opt.title) s = estrdup(PACKAGE " [collage mode]"); else - s = estrdup(feh_printf(opt.title, NULL)); + s = estrdup(feh_printf(opt.title, NULL, NULL)); if (opt.display) { winwid = winwidget_create_from_image(im_main, s, WIN_TYPE_SINGLE); |