benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

WinCE downloads all shortcut icons, even though not all are used. #846

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On WinCE, desktop.createShortcut() causes all available icons to be
downloaded, despite the fact that the 48x48 and 128x128 sizes are not used.
We should fix this to avoid unecessary downloads, which slow the shortcut
creation process.

Original issue reported on code.google.com by stevebl...@google.com on 6 Mar 2009 at 12:28

GoogleCodeExporter commented 9 years ago
Fixed with CL 10394318.

Original comment by stevebl...@google.com on 6 Mar 2009 at 1:26