WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=09c26efdd1c2dafe0d345d167bbfdf32ec625ced

commit 09c26efdd1c2dafe0d345d167bbfdf32ec625ced
Author: Amitesh Singh <singh.amit...@gmail.com>
Date:   Wed Sep 30 10:38:05 2015 -0700

    Wiki page focus_ui_pg changed with summary [fix typos in sample code] by 
Amitesh Singh
---
 pages/program_guide/focus_ui_pg.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/program_guide/focus_ui_pg.txt 
b/pages/program_guide/focus_ui_pg.txt
index c1dbe97..e5c3385 100644
--- a/pages/program_guide/focus_ui_pg.txt
+++ b/pages/program_guide/focus_ui_pg.txt
@@ -116,7 +116,7 @@ Set the object next to another in a specific direction using
 To customize the application's custom chain:
 
 <code c>
-Evas_Object *main, obj1, obj2, obj3, obj4, obj5;
+Evas_Object *main, *obj1, *obj2, *obj3, *obj4, *obj5;
 
 Eina_List *focus_chain = NULL;
 focus_chain = eina_list_append(focus_chain, obj3);

-- 


Reply via email to