[gnome-photos/wip/rishi/thumbnailer: 7/12] google-item: foo



commit 170bcfc3b8bf942b56d672f9de3864369cd5457c
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 14 09:58:19 2017 +0100

    google-item: foo

 src/photos-google-item.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-google-item.c b/src/photos-google-item.c
index 140fef2..116684b 100644
--- a/src/photos-google-item.c
+++ b/src/photos-google-item.c
@@ -30,7 +30,6 @@
 #include <gio/gio.h>
 #include <glib.h>
 #include <glib/gi18n.h>
-#include <libgnome-desktop/gnome-desktop-thumbnail.h>
 
 #include "photos-base-manager.h"
 #include "photos-debug.h"
@@ -189,7 +188,7 @@ photos_google_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]