1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

Bug 351750 - [shells] need to check for disposed widget when handling events

This commit is contained in:
Martin Oberhuber 2011-07-18 15:18:15 +00:00
parent 10942be646
commit 3ac18c7559
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.shells.ui;singleton:=true
Bundle-Version: 3.0.300.qualifier
Bundle-Version: 3.0.301.qualifier
Bundle-Activator: org.eclipse.rse.internal.shells.ui.ShellsUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -20,7 +20,7 @@
* Kevin Doyle (IBM) - [198534] Shell Menu Enablement Issue's
* Radoslav Gerganov (ProSyst) - [181563] Fix hardcoded Ctrl+Space for remote shell content assist
* David McKnight (IBM) - [294398] [shells] SystemCommandsViewPart always assumes systemResourceChanged() called on Display thread
* David McKnight (IBM) - [351759] [shells] need to check for disposed widget when handling events
* David McKnight (IBM) - [351750] [shells] need to check for disposed widget when handling events
********************************************************************************/
package org.eclipse.rse.internal.shells.ui.view;