| author | Remy Suen | 2011-03-04 14:36:49 (EST) |
|---|---|---|
| committer | Paul Webster | 2011-07-07 10:58:50 (EDT) |
| commit | 18cad96bea6fff5976344a564b6af92ed1fa97d8 (patch) (side-by-side diff) | |
| tree | 9b11e34347ed3fdb895d7ca76dca9701c6337aff | |
| parent | 8a9652e7460c10851412564cad4e0fa992985a90 (diff) | |
| download | eclipse.platform.ui-18cad96bea6fff5976344a564b6af92ed1fa97d8.zip eclipse.platform.ui-18cad96bea6fff5976344a564b6af92ed1fa97d8.tar.gz eclipse.platform.ui-18cad96bea6fff5976344a564b6af92ed1fa97d8.tar.bz2 | |
Bug 338953 [Compatibility] 'Close All' should always be enabled when editors are openv20110304-1630_ui
| -rw-r--r-- | bundles/org.eclipse.ui/plugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui/plugin.xml b/bundles/org.eclipse.ui/plugin.xml index 13b3e7c..d9df98c 100644 --- a/bundles/org.eclipse.ui/plugin.xml +++ b/bundles/org.eclipse.ui/plugin.xml @@ -1911,9 +1911,9 @@ commandId="org.eclipse.ui.file.closeAll"> <enabledWhen> <with - variable="activeEditor"> + variable="activeWorkbenchWindow"> <instanceof - value="org.eclipse.ui.IEditorPart"> + value="org.eclipse.ui.IWorkbenchWindow"> </instanceof> </with> </enabledWhen> |

