| Summary: | after installing new theme list stay disabled | ||
|---|---|---|---|
| Product: | [Unmaintained] superkaramba | Reporter: | Alexander Solodukhin <alt> |
| Component: | general | Assignee: | Ryan Nickell <p0z3r> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Solodukhin
2005-12-30 10:17:43 UTC
SVN commit 492982 by nickell: BUG:119220 subclassing KNewStuff didn't re-enable the new stuff dialog similar to how generic new stuff dialogs did. M +3 -0 downloaddialog.cpp --- branches/KDE/3.5/kdelibs/knewstuff/downloaddialog.cpp #492981:492982 @@ -569,6 +569,9 @@ } d->m_installlist.append(e); + d->m_lvtmp_r->setEnabled( true ); + d->m_lvtmp_l->setEnabled( true ); + d->m_lvtmp_d->setEnabled( true ); } void DownloadDialog::slotInstalled(KIO::Job *job) |