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

http://git.enlightenment.org/website/www-content.git/commit/?id=6f3083c092a2d84f450e1ca6a2bafb2a3f925765

commit 6f3083c092a2d84f450e1ca6a2bafb2a3f925765
Author: Amitesh Singh <singh.amit...@gmail.com>
Date:   Sat Jul 18 21:23:19 2015 -0700

    Wiki page popup_tutorial changed with summary [] by Amitesh Singh
---
 pages/tutorial/popup_tutorial.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/tutorial/popup_tutorial.txt 
b/pages/tutorial/popup_tutorial.txt
index 4ee77e1..ec62ee5 100644
--- a/pages/tutorial/popup_tutorial.txt
+++ b/pages/tutorial/popup_tutorial.txt
@@ -7,7 +7,7 @@ This tutorial explains how to use Popup in the application.
 
   * [[#Initializing_the_Application|Initializing the Application]]
   * [[#Creating_a_Popup_Widget|Creating a Popup Widget]]
-  * [[#Creating_a_Custom_Popup|Creating a Custop Popup]]
+  * [[#Creating_a_Custom_Popup|Creating a Custom Popup]]
  
 A popup example : {{ :popup.png?direct |list}}
 
@@ -70,10 +70,10 @@ static void
 _btn_click_cb(void *data, Evas_Object *obj EINA_UNUSED,
               void *event_info EINA_UNUSED)
 { 
-  // Add an elm popup
    Evas_Object *popup;
    Evas_Object *btn;
-
+   
+   // Add an elm popup
    popup = elm_popup_add(data);
    elm_object_text_set(popup, "This Popup has content area and "
                        "action area set, action area has one button Close");

-- 


Reply via email to