From 65c9b961b48d084028ca6c7bb5b3acef2462892c Mon Sep 17 00:00:00 2001 From: james ellis osborne iii Date: Wed, 1 Aug 2018 11:14:14 -0700 Subject: [PATCH] Wiki page sandbox_gadgets.md changed with summary [example code would not compile, icon was not defined before use] by james ellis osborne iii --- pages/develop/e/sandbox_gadgets.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` EAPI_MAIN int elm_main(int argc, char **argv) { - Evas_Object *win, *btn; + Evas_Object *win, *btn, *icon; int gadget =0, id_num = 0; char buf[16];