mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed bug #39053
This commit is contained in:
parent
727db1c990
commit
2183b9fd78
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-06-18 David Inglis
|
||||||
|
|
||||||
|
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39053
|
||||||
|
|
||||||
|
* src/org/eclipse/cdt/ui/CUIPlugin.java
|
||||||
|
|
||||||
2003-06-13 John Camelon
|
2003-06-13 John Camelon
|
||||||
Merged ParserSymbolTable branch back into HEAD.
|
Merged ParserSymbolTable branch back into HEAD.
|
||||||
|
|
||||||
|
|
|
@ -250,9 +250,9 @@ public class CUIPlugin extends AbstractUIPlugin {
|
||||||
*/
|
*/
|
||||||
public void startup() throws CoreException {
|
public void startup() throws CoreException {
|
||||||
super.startup();
|
super.startup();
|
||||||
registerAdapters();
|
|
||||||
runUI(new Runnable() {
|
runUI(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
|
registerAdapters();
|
||||||
CPluginImages.initialize();
|
CPluginImages.initialize();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue