yakov pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=17ad50c56daa910c36eae2c8248a87bc65e01159

commit 17ad50c56daa910c36eae2c8248a87bc65e01159
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Sun May 17 15:31:02 2015 +0300

    elm.win.eo: fixed typo
    
    Change param type name according to eo file: Elm.Win.Keygrab_Mode
---
 src/lib/elm_win.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 8909e45..3f0765e 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -1584,7 +1584,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
             @in Evas_Modifier_Mask modifiers; /*@ This is for the keymask 
feature. Currently this feature is not supported. */
             @in Evas_Modifier_Mask not_modifiers; /*@ This is for the keymask 
feature. Currently this feature is not supported. */
             @in int proirity; /*@ This is for the priority of keygrab. 
Currently this feature is not supported. */
-            @in Elm_Win_Keygrab_Mode grab_mode; /*@  According to the 
grabmode, it can grab key differently */
+            @in Elm.Win.Keygrab_Mode grab_mode; /*@  According to the 
grabmode, it can grab key differently */
          }
       }
       keygrab_unset {

-- 


Reply via email to