summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-04-03 17:26:23 +0100
committerTom Hacohen <tom@stosb.com>2014-04-10 03:49:51 +0100
commit390e27a2a04ae27abb863d7906d2dc9179debe83 (patch)
tree123f1fabe41dc3eab2c61c906589057da71c4573
parent9794de08dbd636959393193257e1c01b3ee517f9 (diff)
downloadelementary-390e27a2a04ae27abb863d7906d2dc9179debe83.tar.gz
test systray: Adjusted to Eo2.
-rw-r--r--src/bin/test_systray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/test_systray.c b/src/bin/test_systray.c
index 6c552567e..ceb58cdea 100644
--- a/src/bin/test_systray.c
+++ b/src/bin/test_systray.c
@@ -16,11 +16,11 @@ _ev_handler(void *data EINA_UNUSED,
int type EINA_UNUSED,
void *event EINA_UNUSED)
{
- Eina_Bool ret;
+ Eina_Bool ret = EINA_FALSE;
printf("systray ready event\n");
- eo_do(item, elm_obj_systray_register(&ret));
+ eo_do(item, ret = elm_obj_systray_register());
printf("Item Registration: ");
if (ret)