diff src/view_file_list.c @ 596:f8c93e1d728d

use some of the new functions in filedata.c
author nadvornik
date Tue, 06 May 2008 20:24:16 +0000
parents d31008c98f10
children 93c6dc4c537b
line wrap: on
line diff
--- a/src/view_file_list.c	Tue May 06 17:00:55 2008 +0000
+++ b/src/view_file_list.c	Tue May 06 20:24:16 2008 +0000
@@ -962,7 +962,7 @@
 	gchar *sidecars = NULL;
 
 	if (fd->sidecar_files)
-		sidecars = sidecar_file_data_list_to_string(fd);
+		sidecars = file_data_sc_list_to_string(fd);
 	size = text_from_size(fd->size);
 
 	gtk_tree_store_set(store, iter, FILE_COLUMN_POINTER, fd,