Rollback the last commit.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 29 Apr 2013 11:03:08 +0000 (20:03 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 29 Apr 2013 11:03:08 +0000 (20:03 +0900)
LB_SCRIPT_ACCESS_VALUE_CHANGE is changed to LB_SCRIPT_ACCESS_ACTION.

Change-Id: I827268e53524dd84d44b9c43109e6108293c610b

src/script_port.c

index ce9c004..da52f0f 100644 (file)
@@ -901,7 +901,7 @@ PUBLIC int script_feed_event(void *h, Evas *e, int event_type, int x, int y, int
                        ret = elm_access_action(edje, action, info);
                        DbgPrint("ACCESS_ACTIVATE, returns %d\n", ret);
                        ret = (ret == EINA_FALSE) ? LB_ACCESS_STATUS_ERROR : LB_ACCESS_STATUS_DONE;
-               } else if ((event_type & LB_SCRIPT_ACCESS_VALUE_CHANGE) == LB_SCRIPT_ACCESS_VALUE_CHANGE) {
+               } else if ((event_type & LB_SCRIPT_ACCESS_ACTION) == LB_SCRIPT_ACCESS_ACTION) {
                        if (down == 0) {
                                action = ELM_ACCESS_ACTION_UP;
                                ret = elm_access_action(edje, action, info);