diff src/typedefs.h @ 332:3c4bad726e98

Rename file filtering options.
author zas_
date Sat, 12 Apr 2008 09:12:37 +0000
parents d8e285551598
children 767b53cd9ab7
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 12 08:59:52 2008 +0000
+++ b/src/typedefs.h	Sat Apr 12 09:12:37 2008 +0000
@@ -813,8 +813,10 @@
 	gint thumbnails_enabled;
 
 	/* file filtering */
-	gint show_dot_files;
-	gint file_filter_disable;
+	struct {
+		gint show_dot_files;
+		gint disable;
+	} file_filter;
 
 	/* collections */
 	struct {