f-spot r4574 - trunk/dpap-sharp/DPAPService



Author: sdelcroix
Date: Wed Nov  5 13:31:18 2008
New Revision: 4574
URL: http://svn.gnome.org/viewvc/f-spot?rev=4574&view=rev

Log:
fix dpap-sharp build

Modified:
   trunk/dpap-sharp/DPAPService/DPAPService.cs
   trunk/dpap-sharp/DPAPService/Makefile.am

Modified: trunk/dpap-sharp/DPAPService/DPAPService.cs
==============================================================================
--- trunk/dpap-sharp/DPAPService/DPAPService.cs	(original)
+++ trunk/dpap-sharp/DPAPService/DPAPService.cs	Wed Nov  5 13:31:18 2008
@@ -78,7 +78,7 @@
 				int i=0;
 
 				foreach (FSpot.Photo photo in photos) {
-					string thumbnail_path = ThumbnailGenerator.ThumbnailPath (photo.DefaultVersionUri);
+					string thumbnail_path = Gnome.Thumbnail.PathForUri (photo.DefaultVersionUri.ToString(), Gnome.ThumbnailSize.Large);
 					FileInfo f = new FileInfo (thumbnail_path);
 					DPAP.Photo p = new DPAP.Photo ();
 

Modified: trunk/dpap-sharp/DPAPService/Makefile.am
==============================================================================
--- trunk/dpap-sharp/DPAPService/Makefile.am	(original)
+++ trunk/dpap-sharp/DPAPService/Makefile.am	Wed Nov  5 13:31:18 2008
@@ -20,6 +20,7 @@
 #	$(LINK_BEAGLE)
 
 PKGS =					\
+	-pkg:gnome-sharp-2.0		\
 	-pkg:gtk-sharp-2.0
 
 RESOURCES =				\



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