elementary/elm_button.c : Change the timing of signal_emitting.
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 5 Dec 2013 01:01:43 +0000 (10:01 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 5 Dec 2013 01:01:43 +0000 (10:01 +0900)
commit0a60e7b575ad6a73ec9b564365bb1ecbc2445b43
treee926074f4e6723a115ec3f643f63aaf249297ccc
parent9816a8cae1fe9724959f4859b89769cfe16be02f
elementary/elm_button.c : Change the timing of signal_emitting.

Application can delete button itsefl(or its parent) inside the smart callback function.
So the signal_emitting with button object should be done in advance.
legacy/elementary/src/lib/elm_button.c