hermet pushed a commit to branch elementary-1.14.

http://git.enlightenment.org/core/elementary.git/commit/?id=013d5334498e5dfd185ddf0bae2c47f7e6954b8f

commit 013d5334498e5dfd185ddf0bae2c47f7e6954b8f
Author: ChunEon Park <[email protected]>
Date:   Fri May 29 12:29:59 2015 +0900

    Revert "Spinner: Add changed callback call when spinner value set."
    
    This reverts commit da24b276958afc7b46b2e3f01d4a5a901da6e251.
    
    This won't be good for scenarios and will break the compatibility.
    
    Thanks to David for reporting.
---
 src/lib/elm_spinner.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_spinner.c b/src/lib/elm_spinner.c
index 3c96aeb..2262e77 100644
--- a/src/lib/elm_spinner.c
+++ b/src/lib/elm_spinner.c
@@ -1266,7 +1266,6 @@ _elm_spinner_value_set(Eo *obj, Elm_Spinner_Data *sd, 
double val)
      }
    _val_set(obj);
    _label_write(obj);
-   evas_object_smart_callback_call(obj, SIG_CHANGED, NULL);
 }
 
 EOLIAN static double

-- 


Reply via email to