diff src/view_file_list.h @ 1503:331e2d60d447

improved next/prev operation on sidecar files all operations with list index seem to be broken but IMHO this fix is sufficient for 1.0. Then it definitely needs a better interface.
author nadvornik
date Tue, 31 Mar 2009 21:33:54 +0000
parents bc3f5c0432f6
children d352a44545a6
line wrap: on
line diff
--- a/src/view_file_list.h	Tue Mar 31 20:57:31 2009 +0000
+++ b/src/view_file_list.h	Tue Mar 31 21:33:54 2009 +0000
@@ -40,7 +40,7 @@
 void vflist_pop_menu_thumbs_cb(GtkWidget *widget, gpointer data);
 
 FileData *vflist_index_get_data(ViewFile *vf, gint row);
-gint vflist_index_by_path(ViewFile *vf, const gchar *path);
+gint vflist_index_by_fd(ViewFile *vf, FileData *fd);
 guint vflist_count(ViewFile *vf, gint64 *bytes);
 GList *vflist_get_list(ViewFile *vf);