test_toolbar: clean up clicked callback usage.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 19 Jul 2014 16:52:48 +0000 (01:52 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 19 Jul 2014 16:52:48 +0000 (01:52 +0900)
commit146344b9b3584348249ee4023cedee1bbd2dd4c4
treedf258dc576ababe14d7c3631fd312cf265970531
parentdeea7307b4da6fa4eaed1a8cf2f7a0bc947eb989
test_toolbar: clean up clicked callback usage.

- Removed unselected handling routine. As this is clicked callback,
 there will be no unselected status for the clicked item in clicked
 callback.
- Removed check for event_info. In the clicked callback, event_info
 should be always valid.
- Changed internal variable name for the more item.
src/bin/test_toolbar.c