Community
Participate
Working Groups
I20050808-0800 The progress view shows the little red square in the upper-left corner of the job icon. Apparently, the icon cannot be found anymore
I am not sure what image you are talking about. Are saying that it looks like the yellow dot job icon is decorated with something that is missing? I checked on startup and we are finding all of the images
I checked again and can reproduce it on I20050808-2000, performing either a Java search or a File search. So it might also be a search-specific problem.
This is a bug in the search org\eclipse\search\internal\ui\SearchPluginImages.java line 41 reads public static final String T_VIEW= "view16/"; //$NON-NLS-1$ it should be public static final String T_VIEW= "eview16/"; //$NON-NLS-1$
Note that this bug got also introduced into 3.1.
Created attachment 25953 [details] patch
Bug got introduced by the image-nls fix for 3.1.1. Dani and Tobias, can you please review the patch?
Patch looks good to me
Verified the patch and verified that the icon appears in the Progress view. Minor suggestion: rename the field to T_EVIEW as we did in JavaPluginImages.
fixed in 3.1.1 stream and 3.2
Starting verification...
Verified using M20050831-1200