Register progress icons from UI thread
commitb83ddfeb998a88539f870cfb4785ff1d672b9ac5
authorMichael Keppler <Michael.Keppler@gmx.de>
Sat, 27 Apr 2019 09:16:51 +0000 (27 11:16 +0200)
committerMichael Keppler <michael.keppler@gmx.de>
Sun, 28 Apr 2019 15:38:14 +0000 (28 11:38 -0400)
tree149b50a59a57bf28c6dc76d7eb256b8b6aaecc1d
parent14de490552d01303eae08bb97b97f4c2441b7e12
Register progress icons from UI thread

The UIIcons initialization code can be called from other threads as
shown in the bug, therefore move the jface resource related code to the
activator of the UI bundle, to more easily synchronize on the UI thread.

Bug:546750
Change-Id: I46369472c4748787c582351b051bea10d009ac53
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIIcons.java