diff src/rcfile.c @ 1639:56115e934133

the options for custom border color were made independent
author nadvornik
date Sat, 13 Jun 2009 19:26:32 +0000
parents fee96b7345e8
children ece97f3f2305
line wrap: on
line diff
--- a/src/rcfile.c	Thu Jun 11 17:34:37 2009 +0000
+++ b/src/rcfile.c	Sat Jun 13 19:26:32 2009 +0000
@@ -330,7 +330,7 @@
 	WRITE_NL(); WRITE_BOOL(*options, image.enable_read_ahead);
 	WRITE_NL(); WRITE_BOOL(*options, image.exif_rotate_enable);
 	WRITE_NL(); WRITE_BOOL(*options, image.use_custom_border_color);
-	WRITE_NL(); WRITE_BOOL(*options, image.custom_border_fullscreen_only);
+	WRITE_NL(); WRITE_BOOL(*options, image.use_custom_border_color_in_fullscreen);
 	WRITE_NL(); WRITE_COLOR(*options, image.border_color);
 
 //	WRITE_SUBTITLE("Thumbnails Options");
@@ -614,7 +614,7 @@
 		if (READ_BOOL(*options, image.enable_read_ahead)) continue;
 		if (READ_BOOL(*options, image.exif_rotate_enable)) continue;
 		if (READ_BOOL(*options, image.use_custom_border_color)) continue;
-		if (READ_BOOL(*options, image.custom_border_fullscreen_only)) continue;
+		if (READ_BOOL(*options, image.use_custom_border_color_in_fullscreen)) continue;
 		if (READ_COLOR(*options, image.border_color)) continue;
 
 		/* thumbnails options */