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/imlib.c | |
parent | 676ff730e7db5cbeba778d1bca4aa26b15a93f07 (diff) | |
parent | 503048c639e1017324e64313c7eb197b20201b40 (diff) |
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'src/imlib.c')
-rw-r--r-- | src/imlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c index 4f7ff24..e7dcaeb 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -725,7 +725,7 @@ void feh_draw_info(winwidget w) fn = feh_load_font(w); - info_cmd = feh_printf(opt.info_cmd, FEH_FILE(w->file->data)); + info_cmd = feh_printf(opt.info_cmd, FEH_FILE(w->file->data), w); info_pipe = popen(info_cmd, "r"); |