comparison src/typedefs.h @ 332:3c4bad726e98

Rename file filtering options.
author zas_
date Sat, 12 Apr 2008 09:12:37 +0000
parents d8e285551598
children 767b53cd9ab7
comparison
equal deleted inserted replaced
331:d8e285551598 332:3c4bad726e98
811 gint thumbnail_spec_standard; 811 gint thumbnail_spec_standard;
812 gint thumbnail_quality; 812 gint thumbnail_quality;
813 gint thumbnails_enabled; 813 gint thumbnails_enabled;
814 814
815 /* file filtering */ 815 /* file filtering */
816 gint show_dot_files; 816 struct {
817 gint file_filter_disable; 817 gint show_dot_files;
818 gint disable;
819 } file_filter;
818 820
819 /* collections */ 821 /* collections */
820 struct { 822 struct {
821 gint rectangular_selection; 823 gint rectangular_selection;
822 } collections; 824 } collections;