[gnome-photos] item-manager: Create PhotosFlickrItems for Flickr collections
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] item-manager: Create PhotosFlickrItems for Flickr collections
- Date: Sun, 11 Aug 2013 06:40:25 +0000 (UTC)
commit d6a8039f786dd5e5379f9bc86fcdc21eeef81c23
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Aug 9 17:07:32 2013 +0200
item-manager: Create PhotosFlickrItems for Flickr collections
src/photos-item-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-item-manager.c b/src/photos-item-manager.c
index f53737d..d649396 100644
--- a/src/photos-item-manager.c
+++ b/src/photos-item-manager.c
@@ -271,7 +271,7 @@ photos_item_manager_create_item (PhotosItemManager *self, TrackerSparqlCursor *c
if (identifier != NULL)
{
- if (g_str_has_prefix (identifier, "flickr:"))
+ if (g_str_has_prefix (identifier, "flickr:") || g_str_has_prefix (identifier,
"photos:collection:flickr:"))
ret_val = photos_flickr_item_new (cursor);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]