cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=5d0b72daef219dd21ccf0a2773b5d5a9e26d58a8

commit 5d0b72daef219dd21ccf0a2773b5d5a9e26d58a8
Author: Jee-Yong Um <jc9...@samsung.com>
Date:   Thu Oct 8 12:05:31 2015 +0200

    elm_hoversel: change API name (label_auto_changed -> auto_update)
    
    Summary: elm_hoversel_label_auto_changed_set/get() API names are not clear.
    
    Reviewers: Hermet, cedric
    
    Reviewed By: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3139
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/elm_hoversel.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_hoversel.eo b/src/lib/elm_hoversel.eo
index ae67b10..5da60e8 100644
--- a/src/lib/elm_hoversel.eo
+++ b/src/lib/elm_hoversel.eo
@@ -58,13 +58,13 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
          }
       }
       @property auto_update {
-         [[Change the label of hoversel to that of selected item 
automatically.]]
+         [[Update icon and text of hoversel same to those of selected item 
automatically.]]
          get{
          }
          set{
          }
          values {
-            auto_update: bool; [[$true if the label is changed automatically 
or $false otherwise]]
+            auto_update: bool; [[$true if hoversel is updated automatically or 
$false otherwise]]
          }
       }
       hover_begin {

-- 


Reply via email to