test_sys_notify: Refactoring to solve weird behavior when tested with more then two...
authorRyuan Choi <ryuan.choi@samsung.com>
Wed, 23 Jul 2014 02:01:41 +0000 (11:01 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Wed, 23 Jul 2014 02:01:41 +0000 (11:01 +0900)
commitb933cfcad0ee5e37f5001692c36297ae8497118c
treefbb3104bff7fc8f9c0474e017cfc4342eb4aa06b
parent1eb9c4f87dc534fd92aebc15731078a691bdf805
test_sys_notify: Refactoring to solve weird behavior when tested with more then two instances

- _ev_handler can't know whether elm_win still exists, so changed log style from notify to printf.
  In addition, release the callbacks when elm_win is destroyed.
- use elm_sys_notify_send instead of elm_sys_notify_simple_send to show more functionality.
- remove static variables not to print warnings when with more than two test_sys_notify pannel.
src/bin/test_sys_notify.c