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();
*** Bug 196882 has been marked as a duplicate of this bug. ***
confirming the issue with kipi plugins 0.4.0
*** Bug 187274 has been marked as a duplicate of this bug. ***
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