tags 395195 + patch
thanks
Roland Mas, 2006-10-25 16:51:38 +0200 :
> I'd be happy to comment out the while-loop and see if the problem
> gets fixed, but I can't get f-spot to build at the moment :-/
After fixing #394142, I did manage to build F-Spot, and removing that
while-loop does indeed fix the current bug for me:
diff -ru -x changelog -x FlickrExport.cs f-spot-0.2.1-1/src/GalleryRemote.cs f-spot-0.2.1+patched/src/GalleryRemote.cs
--- f-spot-0.2.1-1/src/GalleryRemote.cs 2006-10-27 09:45:15.000000000 +0200
+++ f-spot-0.2.1+patched/src/GalleryRemote.cs 2006-10-27 10:09:28.000000000 +0200
@@ -845,10 +845,6 @@
url = url.Remove (url.Length - script_name.Length, script_name.Length);
string path = album.Name;
- while (album.Parent != null) {
- album = album.Parent;
- path = album.Name + "/" + path;
- }
url = url + path;
url = url.Replace (" ", "%20");
return url;
Roland.
--
Roland Mas
Depuis 1977.