Bug 196890

Summary: "Next" button on first wizard page is initially disabled
Product: [Applications] digikam Reporter: Michael G. Hansen <mike>
Component: Plugin-Generic-HTMLGalleryAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: kde, mboquien
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 0.5.0

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