diff src/collect.c @ 358:384eed18df04

Use flags for collection_load*().
author zas_
date Mon, 14 Apr 2008 22:05:47 +0000
parents 41c3cb73120f
children 4b2d7f9af171
line wrap: on
line diff
--- a/src/collect.c	Sun Apr 13 20:33:45 2008 +0000
+++ b/src/collect.c	Mon Apr 14 22:05:47 2008 +0000
@@ -1251,7 +1251,7 @@
 
 	collection_set_update_info_func(cw->cd, collection_window_update_info, cw);
 
-	if (path && *path == '/') collection_load_begin(cw->cd, NULL, FALSE);
+	if (path && *path == '/') collection_load_begin(cw->cd, NULL, COLLECTION_LOAD_NONE);
 
 	return cw;
 }