diff src/info.c @ 576:9dc0513837b5

dropped path_list functions, use filelist functions everywhere
author nadvornik
date Sun, 04 May 2008 21:54:20 +0000
parents 5b127951daa1
children 905688aa2317
line wrap: on
line diff
--- a/src/info.c	Sun May 04 19:00:39 2008 +0000
+++ b/src/info.c	Sun May 04 21:54:20 2008 +0000
@@ -168,7 +168,7 @@
 {
 	InfoData *id = data;
 
-	return path_list_copy(id->list);
+	return filelist_copy(id->list);
 }
 
 static TabData *info_tab_meta_new(InfoData *id)