[gnome-photos/wip/rishi/collection: 39/54] base-item: Support disabling the creation of collection thumbnails
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/collection: 39/54] base-item: Support disabling the creation of collection thumbnails
- Date: Tue, 6 Feb 2018 23:26:27 +0000 (UTC)
commit 6f6c0586d4ba7c423dc8548af3beaaa38922d2f7
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Jan 24 20:01:45 2018 +0100
base-item: Support disabling the creation of collection thumbnails
https://bugzilla.gnome.org/show_bug.cgi?id=751212
src/photos-base-item.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 4618c81a..fcccb3e8 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -2618,15 +2618,15 @@ photos_base_item_refresh_icon (PhotosBaseItem *self)
photos_base_item_set_thumbnailing_icon (self);
+ if (priv->failed_thumbnailing)
+ return;
+
if (priv->collection)
{
photos_base_item_refresh_collection_icon (self);
return;
}
- if (priv->failed_thumbnailing)
- return;
-
file = g_file_new_for_uri (priv->uri);
photos_utils_file_query_info_async (file,
G_FILE_ATTRIBUTE_THUMBNAIL_PATH,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]