Bug 196890 - "Next" button on first wizard page is initially disabled
Summary: "Next" button on first wizard page is initially disabled
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-HTMLGallery (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
: 196882 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-17 16:56 UTC by Michael G. Hansen
Modified: 2018-03-23 11:30 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael G. Hansen 2009-06-17 16:56:39 UTC
Version:           0.3 (using KDE 4.2.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

When right-clicking on an album and selecting "Export->HTML Gallery", the current album is checked on the list of albums to be exported, but the "Next" button is disabled. To get it enabled, the selection in the list has to be changed.

This can be easily fixed by replacing line 238 in htmlexport/wizard.cpp:
- setValid(d->mCollectionSelectorPage, false);
+ updateCollectionSelectorPageValidity();
Comment 1 Michael G. Hansen 2009-06-17 16:58:06 UTC
*** Bug 196882 has been marked as a duplicate of this bug. ***
Comment 2 Nicolas L. 2009-07-05 02:24:08 UTC
confirming the issue with kipi plugins 0.4.0
Comment 3 Nicolas L. 2009-07-05 02:26:13 UTC
*** Bug 187274 has been marked as a duplicate of this bug. ***
Comment 4 Nicolas L. 2009-07-05 03:01:59 UTC
SVN commit 991481 by nlecureuil:

Fix selection list (Next button ) in the HTML exporter   thanks to  Michael G. Hansen
BUG:196890
CCMAIL:mhansen@mghansen.de



 M  +1 -1      wizard.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=991481