Bug 119220 - after installing new theme list stay disabled
Summary: after installing new theme list stay disabled
Status: RESOLVED FIXED
Alias: None
Product: superkaramba
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Ryan Nickell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-30 10:17 UTC by Alexander Solodukhin
Modified: 2005-12-31 22:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)