[gthumb] reload the thumbnails when enabled again



commit afcf7b883d016aa13a8be6d28c699b4d9db857a0
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Feb 26 12:12:57 2010 +0100

    reload the thumbnails when enabled again
    
    [bug #610873]

 gthumb/gth-file-list.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index a0f74dd..e8a676c 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -1088,6 +1088,7 @@ gfl_enable_thumbs (GthFileList *file_list,
 			GdkPixbuf   *pixbuf;
 
 			file_data = gth_file_store_get_file (file_store, &iter);
+			file_data->thumb_loaded = FALSE;
 			icon = g_file_info_get_icon (file_data->info);
 			pixbuf = gth_icon_cache_get_pixbuf (file_list->priv->icon_cache, icon);
 			gth_file_store_queue_set (file_store,



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