diff options
author | Olof-Joachim Frahm <Olof.Frahm@web.de> | 2011-10-02 00:14:00 +0200 |
---|---|---|
committer | Olof-Joachim Frahm <Olof.Frahm@web.de> | 2011-10-02 00:14:00 +0200 |
commit | 360f6e32b8e466d9a63b319269b3fc5734cdc58e (patch) | |
tree | d4161c4ac9a19e1809b72b55ddd88088fef9bfeb /src/options.h | |
parent | 0bab331e21a046a1ec775f188feadd300c9a57f8 (diff) | |
parent | f55de5185347da52e7cd282491afdc7114418e50 (diff) |
Merge remote-tracking branches 'derf/master' and 'origin/master'
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/options.h b/src/options.h index f1fe3c4..4946927 100644 --- a/src/options.h +++ b/src/options.h @@ -32,9 +32,6 @@ struct __fehoptions { unsigned char montage; unsigned char collage; unsigned char index; - unsigned char index_show_name; - unsigned char index_show_dim; - unsigned char index_show_size; unsigned char thumbs; unsigned char slideshow; unsigned char recursive; @@ -89,6 +86,7 @@ struct __fehoptions { char *caption_path; char *start_list_at; char *info_cmd; + char *index_info; gib_style *menu_style_l; |