Hi,
After a bit of talking with Mirco Bauer on IRC, I came up with this
patch, which seems to make F-Spot building again here.
diff -ru -x changelog f-spot-0.2.1-1/src/FlickrExport.cs f-spot-0.2.1+patched/src/FlickrExport.cs
--- f-spot-0.2.1-1/src/FlickrExport.cs 2006-10-27 09:45:15.000000000 +0200
+++ f-spot-0.2.1+patched/src/FlickrExport.cs 2006-10-27 09:42:19.000000000 +0200
@@ -145,12 +145,12 @@
}
Gtk.Application.Invoke (this, args, delegate (object sender, EventArgs sargs) {
- AuthorizationEventArgs args = (AuthorizationEventArgs) sargs;
+ AuthorizationEventArgs args2 = (AuthorizationEventArgs) sargs;
- do_export_flickr.Sensitive = args.Auth != null;
+ do_export_flickr.Sensitive = args2.Auth != null;
if (args.Auth != null) {
- token = args.Auth.Token;
- auth = args.Auth;
+ token = args2.Auth.Token;
+ auth = args2.Auth;
CurrentState = State.Authorized;
Preferences.Set (Preferences.EXPORT_FLICKR_TOKEN, fr.Token);
} else {
Roland.
--
Roland Mas
Meaning lies as much / In the mind of the reader / As in the haiku
-- in Gödel, Escher, Bach: an Eternal Golden Braid (Douglas Hofstadter)