X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Flauncher%2Fsrc%2Fmain%2Fjava%2Fcom%2Fthreerings%2Fgetdown%2Flauncher%2FGetdownApp.java;h=367db7cc9d074e52835a4512a9661b84017c4ea3;hb=150440e220726db748f37428503e57b0996189a3;hp=5e168ff240590f4ab26ddf6f24f05be5a99c6fd8;hpb=4002aade4a1b041f7e94120dfb60960779701304;p=jalview.git diff --git a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java index 5e168ff..367db7c 100644 --- a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java @@ -165,7 +165,7 @@ public class GetdownApp log.warning("Failed to set background", "bg", _ifc.background, e); } - if (_ifc.iconImages != null) { + if (_ifc.iconImages != null && _ifc.iconImages.size() > 0) { ArrayList icons = new ArrayList<>(); for (String path : _ifc.iconImages) { Image img = loadImage(path);