diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-24 11:21:18 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-24 11:27:49 (GMT) |
commit | cfa314bd0b6f6ed9285c7167948899184f6a8c12 (patch) | |
tree | b3a2f44a7041298cb237a50c12e358c902fa23d3 /.project | |
parent | 7617e03e637cfa153d3fc5cfcb9edc709f4323e3 (diff) | |
download | swift-cfa314bd0b6f6ed9285c7167948899184f6a8c12.zip swift-cfa314bd0b6f6ed9285c7167948899184f6a8c12.tar.bz2 |
Don't show 'copy link' in chat context menu if there is no link.
Resolves: #554
Release-Notes: We no longer show 'copy link' in the context menu in the
chat dialog if no link is selected.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -18,7 +18,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.autoBuildTarget</key> - <value>check=1 QA</value> + <value></value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.buildArguments</key> @@ -29,10 +29,6 @@ <value>python</value> </dictionary> <dictionary> - <key>org.eclipse.cdt.make.core.buildLocation</key> - <value></value> - </dictionary> - <dictionary> <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> <value>-c</value> </dictionary> @@ -54,7 +50,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.fullBuildTarget</key> - <value>check=1 QA</value> + <value></value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.stopOnError</key> |