From: Gustavo Lima Chaves Date: Wed, 7 Nov 2012 18:28:48 +0000 (+0000) Subject: [elm] Fix typo on notify example. X-Git-Tag: submit/efl/20131021.015827~1571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42c3933e9b2bc844dd2647e5aecfa3bd7388baa5;p=platform%2Fupstream%2Felementary.git [elm] Fix typo on notify example. SVN revision: 78975 --- 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);