GNOME Bugzilla – Bug 759960
Only the last locally created photoset shows up in "Add to Set" dialog
Last modified: 2015-12-29 17:14:42 UTC
I recently realized there was a stupid bug in the code that caused frogr only to display the last photoset among those created right from the app, which have not been really created in flickr yet (created locally, but no photo uploaded yet). Seems that the problem is the comparison function in frogr-model.c, which was not considering the temporary IDs assigned locally. Also, that comparison function should probably move to FrogrPhotoSet, as the same logic is needed from other places (e.g. frogr-picture.c).
This problem has been fixed in the unstable development version: https://git.gnome.org/browse/frogr/commit/?id=c86576e21a9bebbbac34adec53a27c3fcbcc9a55 The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.