diff src/collect.c @ 726:a1dcef8cd1ae

Use G_DIR_SEPARATOR where applicable.
author zas_
date Wed, 21 May 2008 11:07:23 +0000
parents fbebf5cf4a55
children 477f48ba28d8
line wrap: on
line diff
--- a/src/collect.c	Wed May 21 11:00:13 2008 +0000
+++ b/src/collect.c	Wed May 21 11:07:23 2008 +0000
@@ -1253,7 +1253,7 @@
 
 	collection_set_update_info_func(cw->cd, collection_window_update_info, cw);
 
-	if (path && *path == '/') collection_load_begin(cw->cd, NULL, COLLECTION_LOAD_NONE);
+	if (path && *path == G_DIR_SEPARATOR) collection_load_begin(cw->cd, NULL, COLLECTION_LOAD_NONE);
 
 	return cw;
 }