[gnome-photos/wip/rishi/thumbnailer: 6/12] facebook-item: foo



commit a78380c23291ab07e01e71f589e95ca8df1f46e3
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 14 09:58:11 2017 +0100

    facebook-item: foo

 src/photos-facebook-item.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-facebook-item.c b/src/photos-facebook-item.c
index 34b0eef..dfd886b 100644
--- a/src/photos-facebook-item.c
+++ b/src/photos-facebook-item.c
@@ -32,7 +32,6 @@
 #include <glib.h>
 #include <glib/gi18n.h>
 #include <goa/goa.h>
-#include <libgnome-desktop/gnome-desktop-thumbnail.h>
 
 #include "photos-base-manager.h"
 #include "photos-debug.h"
@@ -159,7 +158,7 @@ photos_facebook_item_create_thumbnail (PhotosBaseItem *item, GCancellable *cance
   remote_file = g_file_new_for_uri (thumbnail_image->source);
 
   uri = photos_base_item_get_uri (item);
-  local_path = gnome_desktop_thumbnail_path_for_uri (uri, GNOME_DESKTOP_THUMBNAIL_SIZE_NORMAL);
+  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]