test_main_menu.c: refactored button callback function.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 18 Nov 2013 00:57:41 +0000 (09:57 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 18 Nov 2013 00:59:51 +0000 (09:59 +0900)
commit56a842d29a76816369ce7fc87ed1a6cf814b7c8e
treee4969fff490e8327a786d8630b411be2d6512715
parent1dd1f2f4253a69dfb6bd3b9438c5b529c77e96e4
test_main_menu.c: refactored button callback function.

- removed unnecessary casting.
- used a proper type, Eina_Bool, for the return value of elm_object_item_disabled_get()
- printed out more useful information.
legacy/elementary/src/bin/test_main_menu.c