--- file.c 2015-02-28 13:51:16.000000000 -0300 +++ file.c.fix 2015-07-01 02:35:37.190385717 -0300 @@ -551,15 +551,15 @@ rstto_file_get_thumbnail ( thumbnail_path = rstto_file_get_thumbnail_path (r_file); - thumbnailer = rstto_thumbnailer_new(); - rstto_thumbnailer_queue_file (thumbnailer, r_file); - if (NULL == thumbnail_path) { /* No thumbnail to return at this time */ return NULL; } + thumbnailer = rstto_thumbnailer_new(); + rstto_thumbnailer_queue_file (thumbnailer, r_file); + /* FIXME: * * The thumbnail should be updated on the "ready" signal