mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Don't initialize in what may be a non-ui thread.
This commit is contained in:
parent
0c232fa416
commit
c25eb48959
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ public class LaunchUIPlugin extends AbstractUIPlugin
|
||||||
public void startup() throws CoreException {
|
public void startup() throws CoreException {
|
||||||
super.startup();
|
super.startup();
|
||||||
DebugPlugin.getDefault().addDebugEventListener(this);
|
DebugPlugin.getDefault().addDebugEventListener(this);
|
||||||
LaunchImages.initialize();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue