Bug 196882

Summary: "Next" button on first wizard page is initially disabled
Product: noatun Reporter: Michael G. Hansen <mike>
Component: htmlexportAssignee: Charles Samuels <charles>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael G. Hansen 2009-06-17 16:24:56 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:28:56 UTC
Sorry, this bug should have been on the HTMLExport plugin of kipi-plugins, not Noatun. Can you please reassign this bug?

Seems like the application selection part of the bugtracker does not distinguish between these two.
Comment 2 Michael G. Hansen 2009-06-17 16:58:06 UTC

*** This bug has been marked as a duplicate of bug 196890 ***