[gnome-photos/wip/rishi/thumbnailer: 8/12] flickr-item: foo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/thumbnailer: 8/12] flickr-item: foo
- Date: Tue, 14 Feb 2017 16:09:38 +0000 (UTC)
commit 429c312204b26a982d7420a4096a6eb4feadefa2
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Feb 14 09:58:26 2017 +0100
flickr-item: foo
src/photos-flickr-item.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-flickr-item.c b/src/photos-flickr-item.c
index 4e17936..b4d0a76 100644
--- a/src/photos-flickr-item.c
+++ b/src/photos-flickr-item.c
@@ -32,7 +32,6 @@
#include <glib/gi18n.h>
#include <goa/goa.h>
#include <grilo.h>
-#include <libgnome-desktop/gnome-desktop-thumbnail.h>
#include "photos-base-manager.h"
#include "photos-debug.h"
@@ -234,7 +233,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_LARGE);
+ local_path = photos_utils_get_thumbnail_path_for_uri (uri);
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]