test_ctxpopup: Internal refactoring of ctxpopup test codes.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 14 Jan 2014 17:32:36 +0000 (02:32 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 14 Jan 2014 17:32:36 +0000 (02:32 +0900)
commitf168ecef67184fc9dc2548f78f93b0944886ffcd
tree22a89831663ab65d70f3d948dc86ee793411cb73
parent42fd8c57c8b4b86ad7944767a66d9f3434bb3dae
test_ctxpopup: Internal refactoring of ctxpopup test codes.

- Handled the deletion of image object correctly. Do not overuse/misuse
evas_object_data, it will make code less readable.
- Cleaned up button click callback. sharing one function for different
buttons is not a good idea in some cases. Just split the callbacks.
- Removed unnecessary evas_object_data_set().
src/bin/test_ctxpopup.c