comparison src/typedefs.h @ 340:77103f3f2cb1

Rename option thumbnails.enabled to layout.show_thumbnails as it makes more sense.
author zas_
date Sat, 12 Apr 2008 21:45:30 +0000
parents de1c2cd06fce
children 15c6b94545a2
comparison
equal deleted inserted replaced
339:de1c2cd06fce 340:77103f3f2cb1
791 gint cache_into_dirs; 791 gint cache_into_dirs;
792 gint fast; 792 gint fast;
793 gint use_xvpics; 793 gint use_xvpics;
794 gint spec_standard; 794 gint spec_standard;
795 gint quality; 795 gint quality;
796 gint enabled; /* TODO: move to layout ? */
797 } thumbnails; 796 } thumbnails;
798 797
799 /* file filtering */ 798 /* file filtering */
800 struct { 799 struct {
801 gint show_dot_files; 800 gint show_dot_files;
840 gchar *order; 839 gchar *order;
841 gint style; 840 gint style;
842 841
843 gint view_as_icons; 842 gint view_as_icons;
844 gint view_as_tree; 843 gint view_as_tree;
844
845 gint show_thumbnails;
845 846
846 struct { 847 struct {
847 gint w; 848 gint w;
848 gint h; 849 gint h;
849 gint x; 850 gint x;