Revision a9dae12...

Go back to digest for 30th June 2013

Bug Fixes in Development Tools

Kevin Funk committed changes in [kdevplatform/1.5] plugins/projectmanagerview/projectmanagerviewplugin.cpp:

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

File Changes

Modified 1 files
  • plugins/projectmanagerview/projectmanagerviewplugin.cpp
1 files changed in total