Summary: | Crash when hovering with widget above Quicklaunch widget in panel | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Daniel Hahler <kde-bugzilla> |
Component: | widget-quicklaunch | Assignee: | Ingomar Wesp <ingomar> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | asraniel, ingomar, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Hahler
2010-06-14 19:49:21 UTC
SVN commit 1145315 by iwesp: Fix a drag&drop related crash due to the incorrect assertion that QMimeData::hasUrls() implies QMimeData::urls().size > 0. CCBUG: 241758 M +8 -6 branches/KDE/4.5/kdebase/workspace/plasma/generic/applets/quicklaunch/icongrid.cpp M +8 -6 trunk/KDE/kdebase/workspace/plasma/generic/applets/quicklaunch/icongrid.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1145315 I couldn't reproduce the crash you reported, but I found (and just fixed) a drag&drop related bug that not only leads the applet to accept drop events it shouldn't care for, but can also cause an invalid list dereference. The fix has been committed to trunk and to the 4.5 branch, so if you've got the time, it would be great if you could test again with RC2 after it is released. I'm closing the report as RESOLVED/FIXED for now. |