Mercurial > geeqie.yaz
diff src/view_file_list.c @ 792:99ea3d973ad3
added NotifyType
author | nadvornik |
---|---|
date | Fri, 06 Jun 2008 22:11:03 +0000 |
parents | 6d65167764ea |
children | a25b228978a0 |
line wrap: on
line diff
--- a/src/view_file_list.c Fri Jun 06 21:50:09 2008 +0000 +++ b/src/view_file_list.c Fri Jun 06 22:11:03 2008 +0000 @@ -50,7 +50,7 @@ static gint vflist_row_is_selected(ViewFile *vf, FileData *fd); static gint vflist_row_rename_cb(TreeEditData *td, const gchar *old, const gchar *new, gpointer data); static void vflist_populate_view(ViewFile *vf); -static void vflist_notify_cb(FileData *fd, gpointer data); +static void vflist_notify_cb(FileData *fd, NotifyType type, gpointer data); /* @@ -1875,7 +1875,7 @@ *----------------------------------------------------------------------------- */ -static void vflist_notify_cb(FileData *fd, gpointer data) +static void vflist_notify_cb(FileData *fd, NotifyType type, gpointer data) { ViewFile *vf = data; gboolean refresh;