Summary: | [patch] Cancel button should change to close once photo upload is complete | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mark Fraser <mfraz74+kde> |
Component: | Plugin-WebService-Facebook | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, pgquiles |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.6.0 | |
Sentry Crash Report: | |||
Attachments: | Patch for fixing the bug. |
Description
Mark Fraser
2010-09-20 21:54:10 UTC
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. |