Make create_appicon_from_dock() do only what its name implies
commit4700e5f0b22a3005c0472f671072b0878b3099af
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 21 Jun 2012 14:06:22 +0000 (21 15:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 21 Jun 2012 19:32:31 +0000 (21 20:32 +0100)
treeea2df492b6175884884011ff54876cf741ee5577
parent2be53e92e671244e13353613941fb638bd29e728
Make create_appicon_from_dock() do only what its name implies

Function names are important and should not do more than their
names imply. In this case, create_appicon_from_dock() should only
try to get an icon from the dock (or clip).

If the icon is not there, do not try to make an icon from scratch.
You were told to create it from the dock!

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
src/appicon.c
src/application.c