1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Bug fix: object name was wrong in dialog

This commit is contained in:
Oleg Krasilnikov 2007-03-28 09:10:54 +00:00
parent 895b2db672
commit d7d46ed8c4

View file

@ -57,6 +57,7 @@ implements IWorkbenchWindowPulldownDelegate2, IObjectActionDelegate {
public void selectionChanged(IAction action, ISelection selection) { public void selectionChanged(IAction action, ISelection selection) {
objects = null; objects = null;
outData = null;
if (!selection.isEmpty()) { if (!selection.isEmpty()) {
// case for context menu // case for context menu