Bug 196882 - "Next" button on first wizard page is initially disabled
Summary: "Next" button on first wizard page is initially disabled
Status: RESOLVED DUPLICATE of bug 196890
Alias: None
Product: noatun
Classification: Miscellaneous
Component: htmlexport (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Charles Samuels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 16:24 UTC by Michael G. Hansen
Modified: 2009-06-17 16:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


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: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 ***