diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-08 19:26:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-08 19:26:43 +0100 |
commit | 1e03474b483e75147a60d0c3d52332d4f0901aab (patch) | |
tree | 9a095e30524f8cbe043378a42eadf004d067bb97 /src/options.c | |
parent | 63681d6aedac480b61ea71e8a99c3f41b0f60267 (diff) | |
download | feh-1e03474b483e75147a60d0c3d52332d4f0901aab.zip |
Make -O work without X as well. Closes bugs.debian.org #373209
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index c41645f..cd96613 100644 --- a/src/options.c +++ b/src/options.c @@ -460,6 +460,7 @@ feh_parse_option_array(int argc, char **argv) break; case 'l': opt.list = 1; + opt.display = 0; break; case 'G': opt.wget_timestamp = 1; |