1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix for PR 45818 doesn't solve the problem. Fall back to the previous version.

This commit is contained in:
Mikhail Khodjaiants 2003-10-30 18:53:41 +00:00
parent 1416fa73c3
commit a94e86846a
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-10-30 Mikhail Khodjaiants
Fix for PR 45818 doesn't solve the problem. Fall back to the previous version.
* CDebugElement.java
2003-10-30 Mikhail Khodjaiants
Fix for PR 45818: NPE when closing the workbench.
* CDebugElement.java

View file

@ -122,7 +122,6 @@ public class CDebugElement extends PlatformObject
*/
protected void fireEvent(DebugEvent event)
{
if ( DebugPlugin.getDefault() != null ) // Quick fix for PR 45818. Revise later.
DebugPlugin.getDefault().fireDebugEventSet( new DebugEvent[] { event } );
}