From 42c3933e9b2bc844dd2647e5aecfa3bd7388baa5 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Wed, 7 Nov 2012 18:28:48 +0000 Subject: [PATCH] [elm] Fix typo on notify example. SVN revision: 78975 --- src/examples/notify_example_01.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/notify_example_01.c b/src/examples/notify_example_01.c index 3e7fcc4..1de5e2a 100644 --- a/src/examples/notify_example_01.c +++ b/src/examples/notify_example_01.c @@ -49,7 +49,7 @@ elm_main(int argc, char **argv) evas_object_show(content); notify = elm_notify_add(win); - elm_notify_align_set(notify, 0.5, 0,5); + elm_notify_align_set(notify, 0.5, 0.5); elm_object_content_set(notify, content); evas_object_size_hint_weight_set(notify, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_show(notify); -- 2.7.4