Mercurial > geeqie
diff src/view_file_icon.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_icon.h Tue Mar 31 20:57:31 2009 +0000 +++ b/src/view_file_icon.h Tue Mar 31 21:33:54 2009 +0000 @@ -37,7 +37,6 @@ void vficon_pop_menu_show_names_cb(GtkWidget *widget, gpointer data); FileData *vficon_index_get_data(ViewFile *vf, gint row); -gint vficon_index_by_path(ViewFile *vf, const gchar *path); gint vficon_index_by_fd(ViewFile *vf, FileData *in_fd); guint vficon_count(ViewFile *vf, gint64 *bytes); GList *vficon_get_list(ViewFile *vf);
