1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[238363] Performance improvement for refresh in system view.

This commit is contained in:
David McKnight 2008-07-22 18:24:23 +00:00
parent c1edbb19ac
commit ee18a0e04b

View file

@ -506,6 +506,7 @@ public class SystemPreferencesManager {
}
};
addListenerJob.setSystem(true);
addListenerJob.schedule();
}
}