summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
authorDennis Real <github@tildepipe.org>2012-08-13 21:40:56 +0200
committerDennis Real <github@tildepipe.org>2012-08-13 21:40:56 +0200
commit840474a293c3230383afc9e7822ae94a93379f1c (patch)
tree6d90397fe5057d3d922a214ed6d13d3b7bf151d1 /src/imlib.c
parent676ff730e7db5cbeba778d1bca4aa26b15a93f07 (diff)
parent503048c639e1017324e64313c7eb197b20201b40 (diff)
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c2
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");