test_icon: Clean up icon standard sample.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 15 Jan 2015 20:00:11 +0000 (05:00 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 21 Jan 2015 22:39:34 +0000 (07:39 +0900)
commit3c8cf8d429f0ed621b51cbe2f700e376a6b92a07
tree12ec075342b51bfaf4384e16e8b9c85b43253f29
parentc04d793dec1063a6dae1c3f403c56d8df1607303
test_icon: Clean up icon standard sample.

- Do not set unnecessary min size for the icons. Just follow list's item
size naturally.
- Do not free unnecessary list which was already freed by
EINA_LIST_FREE.
- Do not set align for the window resize object which is not required to
be set.
- Follow conventional way of pointer declaration.
src/bin/test_icon.c