aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-03-29 16:29:40 +0200
committerdt <qtc-committer@nokia.com>2010-03-29 16:30:20 +0200
commited9454836f773889717574c7cc8919175863fe3d (patch)
treef5d091e8d803b3f5c34173606d3078d6271528cf /src/plugins/projectexplorer
parent412486c2d061e59e6b9f800ef36e5baf6fd4ea70 (diff)
Fix unload action in context menu.
Was showing the wrong projectname. Reviewed-By: danimo
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp
index efa157ccc4..3dd10a05b6 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -1373,7 +1373,7 @@ void ProjectExplorerPlugin::updateActions()
if (debug)
qDebug() << "BuildManager::isBuilding()" << building;
- d->m_unloadAction->setParameter(projectName);
+ d->m_unloadAction->setParameter(projectNameContextMenu);
d->m_buildAction->setParameter(projectName);
d->m_rebuildAction->setParameter(projectName);