------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=119220 p0z3r earthlink net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From p0z3r earthlink net 2005-12-31 22:24 ------- 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)