summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddblistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/ddblistview.h')
-rw-r--r--plugins/gtkui/ddblistview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/ddblistview.h b/plugins/gtkui/ddblistview.h
index c7476607..ed1334e8 100644
--- a/plugins/gtkui/ddblistview.h
+++ b/plugins/gtkui/ddblistview.h
@@ -85,7 +85,7 @@ typedef struct {
void (*col_free_user_data) (void *user_data);
void (*vscroll_changed) (int pos);
void (*cursor_changed) (int pos);
- time_t (*modification_time) (void);
+ int (*modification_idx) (void);
} DdbListviewBinding;
struct _DdbListviewColumn;
@@ -140,7 +140,7 @@ struct _DdbListview {
struct _DdbListviewColumn *columns;
struct _DdbListviewGroup *groups;
- time_t groups_build_time;
+ int groups_build_idx; // must be the same as playlist modification idx
int fullheight;
int block_redraw_on_scroll;
int grouptitle_height;