[Button.c]Resolving issue related to unpressed event not getting called and repeated...
authorak.singh7 <ak.singh7@samsung.com>
Tue, 24 May 2011 12:06:58 +0000 (17:36 +0530)
committerak.singh7 <ak.singh7@samsung.com>
Tue, 24 May 2011 12:06:58 +0000 (17:36 +0530)
Change-Id: Ic57c5af83dbebfe0393098720c3fad2ab856c78d

src/lib/elm_button.c

index 2e1d716..4476c04 100644 (file)
@@ -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