ami pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=0c502c735f52d93a0a2fbd9af1cc52247299addd

commit 0c502c735f52d93a0a2fbd9af1cc52247299addd
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Wed Aug 12 23:43:29 2015 +0530

    entry: fix since tag for entry_input_panel_show_on_demand_set()
---
 src/lib/elm_entry.eo | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_entry.eo b/src/lib/elm_entry.eo
index 33819e1..9dd9e36 100644
--- a/src/lib/elm_entry.eo
+++ b/src/lib/elm_entry.eo
@@ -124,6 +124,8 @@ class Elm.Entry (Elm.Layout, Elm_Interface_Scrollable, 
Evas.Clickable_Interface,
          set {
             [[Set the attribute to show the input panel in case of only an 
user's explicit Mouse Up event.
               It doesn't request to show the input panel even though it has 
focus.
+
+              @since 1.9
             ]]
          }
          get {
@@ -135,8 +137,7 @@ class Elm.Entry (Elm.Layout, Elm_Interface_Scrollable, 
Evas.Clickable_Interface,
          values {
             ondemand: bool; [[If true, the input panel will be shown in case 
of only Mouse up event.
             (Focus event will be ignored.)
-
-            @since 1.9.]]
+            ]]
          }
       }
       @property context_menu_disabled {

-- 


Reply via email to