[Bug 75172] changing projects with unsaved work
Jens Dagerbo
jens.dagerbo at swipnet.se
Mon Mar 29 20:06:03 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=75172
------- Additional Comments From jens.dagerbo swipnet se 2004-03-29 20:10 -------
CVS commit by dagerbo:
CCMAIL: 75172 bugs kde org
M +3 -0 projectmanager.cpp 1.64.2.3
--- kdevelop/src/projectmanager.cpp #1.64.2.2:1.64.2.3
@ -268,5 +268,8 @ bool ProjectManager::loadProject(const K
if( projectLoaded() && !closeProject() )
+ {
+ m_openRecentProjectAction->setCurrentItem( -1 );
return false;
+ }
m_info = new ProjectInfo;
More information about the KDevelop-devel
mailing list