changeset 376:9c89fc358c16

Read show_icon_names only once.
author zas_
date Tue, 15 Apr 2008 20:56:55 +0000
parents 612b39ee9a7e
children 9efefd85684a
files src/rcfile.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/rcfile.c	Tue Apr 15 20:55:21 2008 +0000
+++ b/src/rcfile.c	Tue Apr 15 20:56:55 2008 +0000
@@ -585,7 +585,6 @@
 
 		/* general options */
 		READ_BOOL(show_icon_names);
-		READ_BOOL(show_icon_names);
 
 		READ_BOOL(tree_descend_subdirs);
 		READ_BOOL(lazy_image_sync);