GNOME Bugzilla – Bug 301362
Flickr export broken with recent Flickr upgrades
Last modified: 2005-04-20 17:06:51 UTC
Flickr recently raised the transfer limit to 2G. This caused an integer overflow when attempting to Login.
Created attachment 45493 [details] [review] Patch to bump limit from an int to a long This is a really simple one. Just change the Limit from an int to a long, so it handles Flickr's new upload limit.
This is in CVS now