[gnome-documents/wip/facebook] album identifier updated to comply with gnome-photos



commit 953414f0c1734515be1cd7708d500b8061bebbf4
Author: Álvaro Peña <alvaropg gmail com>
Date:   Fri Jun 14 18:00:15 2013 +0200

    album identifier updated to comply with gnome-photos

 src/miner/gd-facebook-miner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/miner/gd-facebook-miner.c b/src/miner/gd-facebook-miner.c
index dab62e2..4db90c1 100644
--- a/src/miner/gd-facebook-miner.c
+++ b/src/miner/gd-facebook-miner.c
@@ -153,7 +153,7 @@ account_miner_job_lookup_album (GdAccountMinerJob *job, GFBGraphAlbum *album, co
                 "description", &album_description,
                 NULL);
 
-  identifier = g_strdup_printf ("gd:collection:facebook:%s", album_id);
+  identifier = g_strdup_printf ("photos:collection:facebook:%s", album_id);
 
   /* remove from the list of the previous resources */
   g_hash_table_remove (job->previous_resources, identifier);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]