Git commit fa9e13fa5bbe44a3641836c1d4537e4ae88a899e by Kevin Funk. Committed on 21/11/2013 at 18:56. Pushed by kfunk into branch '1.6'. Fix assert in projectcontroller.cpp BUG: 327913 M +2 -1 shell/projectcontroller.cpp http://commits.kde.org/kdevplatform/fa9e13fa5bbe44a3641836c1d4537e4ae88a899e diff --git a/shell/projectcontroller.cpp b/shell/projectcontroller.cpp index 1763659..504d433 100644 --- a/shell/projectcontroller.cpp +++ b/shell/projectcontroller.cpp @@ -282,7 +282,6 @@ public: m_core->uiController()->activeMainWind= ow() ); return; } - m_currentlyOpening +=3D url; = foreach( IProject* project, m_projects ) { @@ -297,6 +296,8 @@ public: } } = + m_currentlyOpening +=3D url; + m_core->pluginControllerInternal()->loadProjectPlugins(); = Project* project =3D new Project();