From kde-bugs-dist Sat Dec 31 21:24:52 2005 From: Ryan Nickell Date: Sat, 31 Dec 2005 21:24:52 +0000 To: kde-bugs-dist Subject: [Bug 119220] after installing new theme list stay disabled Message-Id: <20051231212452.3256.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=113606430004842 ------- 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)