Summary: | Crash during obtaining covers from internet | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | jofko <joffko> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jofko
2008-01-20 01:58:48 UTC
SVN commit 805279 by mpyne: Fix two bugs in JuK trunk: 1) Crash when trying to download covers. Apparently I missed the bit in the KIO docs where the jobs will delete themselves when ready. I believe this fixes bug 156204. 2) No longer allow eleventy billion KIO download progress windows to show up while filling in the cover chooser dialog. CCBUG:156204 M +2 -4 webimagefetcher.cpp M +1 -1 webimagefetcherdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=805279 SVN commit 805282 by mpyne: Backport fixes from juk trunk to 4.0 branch. 1) Fix crash when trying to download covers. I believe this also fixes bug 156204. 2) No longer allow eleventy billion KIO progress dialogs to pop up while filling in the cover dialog. BUG:156204 M +2 -4 webimagefetcher.cpp M +1 -1 webimagefetcherdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=805282 |