wIconChangeTitle rewrited
commit883ed8ac9a20854f566b03cf735ec4955b298b88
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 8 Apr 2013 17:40:50 +0000 (8 19:40 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 8 Apr 2013 21:06:26 +0000 (8 22:06 +0100)
tree4bf45a45c9b40a2ca795ea23de1d898bc22b33f0
parentca86f5594d3f474d1995e271622278209fc0ff06
wIconChangeTitle rewrited

The function wIconChangeTitle() function calls wIconUpdate() or
wIconPaint() depending of changed. In both cases the icon->file_image
doesn't change, only the icon title, so we can use the same image
and we don't need update it. Because the variable changed is removed,
we can use wIconPaint() here.

Then the variable changed is not used, and these lines can be removed.
src/icon.c