diff src/img-view.c @ 1309:55ea4962887a

config file format changed to XML save and restore all layout windows save and restore sidebar configuration
author nadvornik
date Sun, 22 Feb 2009 15:35:37 +0000
parents 4a3ae0e6f1eb
children 79937bc55f3a
line wrap: on
line diff
--- a/src/img-view.c	Sun Feb 22 13:29:49 2009 +0000
+++ b/src/img-view.c	Sun Feb 22 15:35:37 2009 +0000
@@ -1219,7 +1219,7 @@
 {
 	LayoutWindow *nw;
 
-	nw = layout_new(NULL, FALSE, FALSE);
+	nw = layout_new(NULL, NULL);
 	layout_sort_set(nw, options->file_sort.method, options->file_sort.ascending);
 	layout_set_fd(nw, fd);
 	return nw;