[gthumb] file store: copy the thumbnail state as well



commit d891ed75c97316b1f3ca3ea9d3daed8fb29c901a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed May 26 19:11:37 2021 +0200

    file store: copy the thumbnail state as well

 gthumb/gth-file-store.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gthumb/gth-file-store.c b/gthumb/gth-file-store.c
index ffd3ba6d..a78e0946 100644
--- a/gthumb/gth-file-store.c
+++ b/gthumb/gth-file-store.c
@@ -147,6 +147,7 @@ _gth_file_row_copy (GthFileRow *row)
        _gth_file_row_set_file (row2, row->file_data);
        _gth_file_row_set_thumbnail (row2, row->thumbnail);
        row2->is_icon = row->is_icon;
+       row2->thumbnail_state = row->thumbnail_state;
        row2->pos = row->pos;
        row2->abs_pos = row->abs_pos;
        row2->visible = row->visible;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]