[gnome-photos] flickr-item: Create larger thumbnails
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] flickr-item: Create larger thumbnails
- Date: Mon, 2 Sep 2013 14:51:50 +0000 (UTC)
commit fe4b8d27351ecbedb46cf4b691020ddcfc3e0f3d
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Sep 2 16:51:33 2013 +0200
flickr-item: Create larger thumbnails
Leverage the fact that Grilo fetches larger thumbnails for Flickr, and
GVfs catches thumbnails in ~/.cache/thumbnails/large.
See: https://bugzilla.gnome.org/688685
https://bugzilla.gnome.org/705149
src/photos-flickr-item.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-flickr-item.c b/src/photos-flickr-item.c
index 223bfce..7bcff94 100644
--- a/src/photos-flickr-item.c
+++ b/src/photos-flickr-item.c
@@ -182,7 +182,7 @@ photos_flickr_item_create_thumbnail (PhotosBaseItem *item, GCancellable *cancell
remote_file = g_file_new_for_uri (thumbnail_uri);
uri = photos_base_item_get_uri (item);
- local_path = gnome_desktop_thumbnail_path_for_uri (uri, GNOME_DESKTOP_THUMBNAIL_SIZE_NORMAL);
+ local_path = gnome_desktop_thumbnail_path_for_uri (uri, GNOME_DESKTOP_THUMBNAIL_SIZE_LARGE);
local_file = g_file_new_for_path (local_path);
local_dir = g_path_get_dirname (local_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]