yakov pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6f243728ff339a91c4af1b7a02f8c6c44d5240f7

commit 6f243728ff339a91c4af1b7a02f8c6c44d5240f7
Author: Yakov Goldberg <[email protected]>
Date:   Mon Dec 30 15:42:05 2013 +0200

    scrollable interface: typo type
---
 src/lib/elm_interface_scrollable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_interface_scrollable.h 
b/src/lib/elm_interface_scrollable.h
index 1354977..b771613 100644
--- a/src/lib/elm_interface_scrollable.h
+++ b/src/lib/elm_interface_scrollable.h
@@ -686,7 +686,7 @@ enum
  * @param[in] single_dir
  *
  */
-#define elm_scrollable_interface_single_direction_set(single_dir) 
ELM_SCROLLABLE_INTERFACE_ID(ELM_SCROLLABLE_INTERFACE_SUB_ID_SINGLE_DIRECTION_SET),
 EO_TYPECHECK(Eina_Bool, single_dir)
+#define elm_scrollable_interface_single_direction_set(single_dir) 
ELM_SCROLLABLE_INTERFACE_ID(ELM_SCROLLABLE_INTERFACE_SUB_ID_SINGLE_DIRECTION_SET),
 EO_TYPECHECK(Elm_Scroller_Single_Direction, single_dir)
 
 /**
  * @def elm_scrollable_interface_single_direction_get

-- 


Reply via email to