f-spot r4272 - trunk/dpap-sharp/lib



Author: apart
Date: Sat Aug 16 08:44:15 2008
New Revision: 4272
URL: http://svn.gnome.org/viewvc/f-spot?rev=4272&view=rev

Log:
Fixing f-spot <-> f-spot communication


Modified:
   trunk/dpap-sharp/lib/Database.cs

Modified: trunk/dpap-sharp/lib/Database.cs
==============================================================================
--- trunk/dpap-sharp/lib/Database.cs	(original)
+++ trunk/dpap-sharp/lib/Database.cs	Sat Aug 16 08:44:15 2008
@@ -311,7 +311,7 @@
             // add/remove photos in the albums
             foreach (Album pl in albums) {
                 byte [] album_photos_data = client.Fetcher.Fetch (String.Format ("/databases/{0}/containers/{1}/items",
-                                                                                id, pl.Id), revquery);
+                                                                                id, pl.Id), "meta=dpap.aspectratio,dmap.itemid,dmap.itemname,dpap.imagefilename,dpap.imagefilesize,dpap.creationdate,dpap.imagepixelwidth,dpap.imagepixelheight,dpap.imageformat,dpap.imagerating,dpap.imagecomments,dpap.imagelargefilesize&type=photo");
                 ContentNode album_photos_node = ContentParser.Parse (client.Bag, album_photos_data);
 
                 if (IsUpdateResponse (album_photos_node))



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