hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3b4ff6cc9b8532886b7fe25b58d2a20ba1bac3ed

commit 3b4ff6cc9b8532886b7fe25b58d2a20ba1bac3ed
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Fri May 29 12:32:02 2015 +0900

    Revert "Spinner: Add changed callback call when spinner value set."
    
    This reverts commit 8278dff6a742c391f7c04c3de1033574d818dbb6.
    
    This is not 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 b306e87..9624380 100644
--- a/src/lib/elm_spinner.c
+++ b/src/lib/elm_spinner.c
@@ -1268,7 +1268,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