summaryrefslogtreecommitdiff
path: root/src/virtual_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtual_window.c')
-rw-r--r--src/virtual_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtual_window.c b/src/virtual_window.c
index 785facc..26d6d2f 100644
--- a/src/virtual_window.c
+++ b/src/virtual_window.c
@@ -115,7 +115,7 @@ static int event_handler_cb(struct livebox_buffer *handler, enum buffer_event ev
action_info.y = iy;
ret = elm_access_action(parent_elm, action_type, &action_info);
if (ret == EINA_TRUE) {
- if (!get_highlighted_object(edje)) {
+ if (!get_highlighted_object(parent_elm)) {
ErrPrint("Highlighted object is not found\n");
ret = LB_ACCESS_STATUS_ERROR;
} else {