revert to using gif for default icon

This commit is contained in:
Athou
2014-10-26 19:07:52 +01:00
parent 5058290103
commit 165f3ed25a
3 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class FeedService {
this.faviconFetchers = faviconFetchers; this.faviconFetchers = faviconFetchers;
try { try {
defaultFavicon = IOUtils.toByteArray(getClass().getResource("/images/default_favicon.ico")); defaultFavicon = IOUtils.toByteArray(getClass().getResource("/images/default_favicon.gif"));
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException("could not load default favicon", e); throw new RuntimeException("could not load default favicon", e);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB