diff options
author | james ellis osborne iii <jamesellis@twee.se> | 2018-08-01 11:14:14 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-01 11:14:14 -0700 |
commit | 65c9b961b48d084028ca6c7bb5b3acef2462892c (patch) | |
tree | 21e7de0deb5350c0ca8ae783dfb2792729810bcc /pages | |
parent | 0245c63127993a34f752503594fb09ad0bbf8e1a (diff) |
Wiki page sandbox_gadgets.md changed with summary [example code would not compile, icon was not defined before use] by james ellis osborne iii
Diffstat (limited to 'pages')
-rw-r--r-- | pages/develop/e/sandbox_gadgets.md.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/develop/e/sandbox_gadgets.md.txt b/pages/develop/e/sandbox_gadgets.md.txt index 9df649504..e04cb9796 100644 --- a/pages/develop/e/sandbox_gadgets.md.txt +++ b/pages/develop/e/sandbox_gadgets.md.txt | |||
@@ -37,7 +37,7 @@ In the ``elm_main()`` function the application can check for the ``E_GADGET_ID`` | |||
37 | EAPI_MAIN int | 37 | EAPI_MAIN int |
38 | elm_main(int argc, char **argv) | 38 | elm_main(int argc, char **argv) |
39 | { | 39 | { |
40 | Evas_Object *win, *btn; | 40 | Evas_Object *win, *btn, *icon; |
41 | int gadget =0, id_num = 0; | 41 | int gadget =0, id_num = 0; |
42 | char buf[16]; | 42 | char buf[16]; |
43 | 43 | ||