flipselector_example: fixed to return correct value.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 2 Mar 2014 07:02:31 +0000 (16:02 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 2 Mar 2014 07:19:30 +0000 (16:19 +0900)
commit3672686f441971b5a11f4ee262d39a0ada4e7aa9
tree2045f81d3bcbeb0e3c036b2682265289b72fd04c
parentdfc58f26dcdfd860cba850d211386a178bf55f6b
flipselector_example: fixed to return correct value.

- return EINA_TRUE when the event is processed. return EINA_FALSE
otherwise.
- use 'else if' statement without successive 'if' statement.
- removed unnecessary casting.
- marked on_hold flag to processed event.
src/examples/flipselector_example.c