From: ak.singh7 Date: Tue, 24 May 2011 12:06:58 +0000 (+0530) Subject: [Button.c]Resolving issue related to unpressed event not getting called and repeated... X-Git-Tag: REL_I9200_20110603-1~26^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d72d2fefe2e5812cfccb5b7af426886f65fe33a;p=framework%2Fuifw%2Felementary.git [Button.c]Resolving issue related to unpressed event not getting called and repeated signal getting triggered continuously Change-Id: Ic57c5af83dbebfe0393098720c3fad2ab856c78d --- diff --git a/src/lib/elm_button.c b/src/lib/elm_button.c index 2e1d716..4476c04 100644 --- a/src/lib/elm_button.c +++ b/src/lib/elm_button.c @@ -346,7 +346,6 @@ _signal_unpressed(void *data, Evas_Object *obj __UNUSED__, const char *emission else _set_label(data, wd->label); #endif - return; if (wd->timer) { @@ -368,7 +367,6 @@ _signal_default_text_set(void *data, Evas_Object *obj, const char *emission, con else _set_label(data, wd->label); #endif - return; } /** * Add a new button to the parent