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

http://git.enlightenment.org/website/www-content.git/commit/?id=2e9d619057f25317eb80a1520bf668aff7dfc253

commit 2e9d619057f25317eb80a1520bf668aff7dfc253
Author: Shuhrat Dehkanov <k+enlightenm...@efir.uz>
Date:   Tue Mar 22 03:57:04 2016 -0700

    Wiki page elm_layout changed with summary [Remove redundant text] by 
Shuhrat Dehkanov
---
 pages/program_guide/edje/elm_layout.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/program_guide/edje/elm_layout.txt 
b/pages/program_guide/edje/elm_layout.txt
index 65ca0d0..e1b6199 100644
--- a/pages/program_guide/edje/elm_layout.txt
+++ b/pages/program_guide/edje/elm_layout.txt
@@ -101,7 +101,7 @@ Elm can send Edje signals to the EDC part by using the
 Use the following code to listen to any signals sent by the layout:
 
 <code c>
-elm_layout_signal_callback_add(layout, "*", "*", _signal_cb, NULL);jj
+elm_layout_signal_callback_add(layout, "*", "*", _signal_cb, NULL);
 
 static void
 _signal_cb(void *data, Evas_Object *obj, const char *emission, const char 
*source)

-- 


Reply via email to