diff src/pan-timeline.c @ 783:d6a7fb4b8e7c

replaced directory path with FileData* dir_fd
author nadvornik
date Tue, 03 Jun 2008 19:44:19 +0000
parents 48c8e49b571c
children 1646720364cf
line wrap: on
line diff
--- a/src/pan-timeline.c	Tue Jun 03 15:54:05 2008 +0000
+++ b/src/pan-timeline.c	Tue Jun 03 19:44:19 2008 +0000
@@ -15,7 +15,7 @@
 #include "pan-types.h"
 
 
-void pan_timeline_compute(PanWindow *pw, const gchar *path, gint *width, gint *height)
+void pan_timeline_compute(PanWindow *pw, FileData *dir_fd, gint *width, gint *height)
 {
 	GList *list;
 	GList *work;
@@ -30,7 +30,7 @@
 	gint x_width;
 	gint y_height;
 
-	list = pan_list_tree(path, SORT_NONE, TRUE, pw->ignore_symlinks);
+	list = pan_list_tree(dir_fd, SORT_NONE, TRUE, pw->ignore_symlinks);
 
 	if (pw->cache_list && pw->exif_date_enable)
 		{