diff src/options.c @ 2817:e6f95baec8b5

Fix #624: Filter files by shell or regular expression pattern https://github.com/BestImageViewer/geeqie/issues/624 An option on Select/Show File Filter (or the toolbar) to provide regular expression file-filtering of the currently displayed folder.
author Colin Clark <colin.clark@cclark.uk>
date Wed, 15 Aug 2018 19:43:06 +0100
parents 0ecd4885dc09
children d0c6c5ae586b
line wrap: on
line diff
--- a/src/options.c	Tue Aug 14 21:28:02 2018 +0100
+++ b/src/options.c	Wed Aug 15 19:43:06 2018 +0100
@@ -273,6 +273,7 @@
 	options->order = g_strdup("123");
 	options->show_directory_date = FALSE;
 	options->show_marks = FALSE;
+	options->show_file_filter = FALSE;
 	options->show_thumbnails = FALSE;
 	options->style = 0;
 	options->show_info_pixel = FALSE;