Summary: | Crash when trying to delete a project target | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Albert Vaca Cintora <albertvaka> |
Component: | project | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol, kfunk |
Priority: | NOR | Keywords: | drkonqi |
Version: | git master | ||
Target Milestone: | 1.3.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/a9dae127f922267bdbb062fd58b05c715906d9eb | Version Fixed In: | |
Sentry Crash Report: |
Description
Albert Vaca Cintora
2013-06-18 11:12:15 UTC
I can reproduce Git commit a9dae127f922267bdbb062fd58b05c715906d9eb by Kevin Funk. Committed on 25/06/2013 at 11:52. Pushed by kfunk into branch '1.5'. Fix crash / odd behavior in project tree view This patch fixes: - Crash when trying to delete project target - Removes pop-up that appeared when trying to delete a root item. Removed the asserts because this function is actually ment to remove *items*, hence the input is unfiltered and may not contain only files and folders. REVIEW: 11107 M +11 -12 plugins/projectmanagerview/projectmanagerviewplugin.cpp http://commits.kde.org/kdevplatform/a9dae127f922267bdbb062fd58b05c715906d9eb |