Bug 119220

Summary: after installing new theme list stay disabled
Product: superkaramba Reporter: Alexander Solodukhin <alt>
Component: generalAssignee: Ryan Nickell <p0z3r>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexander Solodukhin 2005-12-30 10:17:43 UTC
Version:           unknown (using KDE 3.5.0, Debian Package 4:3.5.0-1 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-13)
OS:                Linux (i686) release 2.6.13

What I do. Launch superkaramba, press New Staff, select theme from Highest Rated , press Details, close opened details windows, press Install, in time downloading new theme list of themes became disabled (grey), after downloading theme it appears in theme list but list of themes stay disabled (grey).
Comment 1 Ryan Nickell 2005-12-31 22:24:50 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)