Version: 1.4.0 (using KDE 4.5.1) OS: Linux If I upload some photos using the Facebook plugin, there are 2 buttons at the bottom of the window - "start upload" and "cancel". After the photos are uploaded both buttons still show "start upload" and "cancel" which makes it seem as if the upload hasn't completed. Reproducible: Didn't try Steps to Reproduce: Select some photos and go Export >Facebook Expected Results: Both the "start upload" and "cancel" buttons should disappear and be replaced by a "close" button.
Created attachment 53031 [details] Patch for fixing the bug.
Comment on attachment 53031 [details] Patch for fixing the bug. New function createButtons() created. It re-creates the User1 button and helpMenu. The m_about definition moved to top in constructor. createButtons() is called: 1. inside constructor 2. in reactivate() 3. in slotStartTransfer() (for changing back to 'Cancel' from 'Close') 4. in uploadNextPhoto() (for changing 'Cancel' to 'Close') Also, the 'start' button does not disappear after uploading to enable user to add more photos to list and upload them after he has uploaded previous photos. SVN diff is attached. Please let me know if anything is wrong since I started only recently to contribute.
Fixed in r1194777. Cancel renamed to Close.