extractIcon removed.
commit1fbce07805f3598d64fb0aa0e1a1654af797d248
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 18 Jun 2012 09:47:44 +0000 (18 11:47 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 18 Jun 2012 22:14:10 +0000 (18 23:14 +0100)
treeb2bbdaf279c8f2a7818bde3cb88f0dc6e9d04590
parentbc0700e016c67791d3e3eab855543d849f4ce786
extractIcon removed.

The function extractIcon is removed, and its behaviour is moved to
save_app_icon, because this function is always called.

To do that, save_app_icon doesn't need to check if the icon is saved (it's
done at wIconStore). The icon now is saved always (if it doesn't exist),
like extractIcon() used to do.
src/appicon.c
src/application.c