summaryrefslogtreecommitdiff
path: root/src/bin/elementary/test_win_plug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/elementary/test_win_plug.c')
-rw-r--r--src/bin/elementary/test_win_plug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_win_plug.c b/src/bin/elementary/test_win_plug.c
index 5c627074b1..23052a7c1b 100644
--- a/src/bin/elementary/test_win_plug.c
+++ b/src/bin/elementary/test_win_plug.c
@@ -146,7 +146,7 @@ create_handles(Evas_Object *obj)
static Eina_Bool
_notify_end(void *data EINA_UNUSED, const Eo_Event *event)
{
- eo_unref(event->obj);
+ eo_unref(event->object);
return EINA_FALSE;
}