[elm] Fix typo on notify example.
authorGustavo Lima Chaves <glima@profusion.mobi>
Wed, 7 Nov 2012 18:28:48 +0000 (18:28 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Wed, 7 Nov 2012 18:28:48 +0000 (18:28 +0000)
SVN revision: 78975

src/examples/notify_example_01.c

index 3e7fcc4..1de5e2a 100644 (file)
@@ -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);