Summary: | kget crash when adding new download through web interface | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | WiseLord <wiselord1983> |
Component: | webinterface | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
WiseLord
2010-03-03 19:34:07 UTC
SVN commit 1115285 by mfuchs: Adding downloads to httpserver works again: * Uses the defaultFolder of the selected group first, if no folder is defined then it first tries the RegExp rules and then the generalDestDir * Crash fixed by not accessing list that might be empty with "first()" * Correctly set the selected group when creating the download BUG:229285 M +20 -4 httpserver.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1115285 SVN commit 1115287 by mfuchs: Backport r1115285 Adding downloads to httpserver works again: * Uses the defaultFolder of the selected group first, if no folder is defined then it first tries the RegExp rules and then the generalDestDir * Crash fixed by not accessing list that might be empty with "first()" * Correctly set the selected group when creating the download CCBUG:229285 M +20 -4 httpserver.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1115287 |