Version: 0.2.0 (using KDE 4.2.3) OS: Linux Installed from: Unspecified Linux In the Flickr export plugin, the user is presented with a list of Flickr set names to select the set the uploaded photos should be added to. When processing the uploads, the plugin uses the set name as unique identifier to determine the id of the set, which is ultimately used in the request to the Flickr API. However, a Flickr account can have multiple sets with the same name. When using a name based identifier, always the first set in the list with the given name is used instead of the actual selected set. I've attached a patch to store the unique identifier of each set as userData in the QComboBox list together with the name. This should solve the issue.
Created attachment 33606 [details] Use unique id instead of non-unique name for Flickr sets
This patch works correctly for me, but #180055 addresses this issue as part of a larger patch. This bug should probably be closed in favor of #180055.
Jain, Look last comment #2 from Vega Gilles Caulier
The patch looks good, please go ahead and submit it!
targeted to 0.5.0 release.
SVN commit 991484 by nlecureuil: Fix creation of photoset ( Patch from Pieter Edelman and enhanced by James Vega ) BUG:180055 BUG:192541 CCMAIL:vega.james@gmail.com CCMAIL:p.edelman@gmx.net M +2 -1 NEWS M +8 -57 flickrexport/flickralbumdialog.ui M +50 -25 flickrexport/flickrtalker.cpp M +6 -1 flickrexport/flickrtalker.h M +73 -23 flickrexport/flickrwindow.cpp M +2 -1 flickrexport/flickrwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=991484