Move out wIconUpdate from set_icon_image_from_database
commit544bc8e7a79fc47a82a1c829c29937913bc086e0
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 8 Apr 2013 17:40:51 +0000 (8 19:40 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 8 Apr 2013 21:06:26 +0000 (8 22:06 +0100)
tree32ac1e5cdb5b60f27afeae295215fececa98a3ff
parent883ed8ac9a20854f566b03cf735ec4955b298b88
Move out wIconUpdate from set_icon_image_from_database

The function set_icon_image_from_database() set the icon from the
database, but wIconUpdate() update the icon using different methods
, like for example get the image from X11. So, is better move the
wIconUpdate() to the function who call set_icon_image_from_database(),
to avoid understanding problems.
src/appicon.c
src/icon.c