projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81da7cb
)
elm elm_getting_started.h: Removed unnecessary variable from
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Tue, 3 Jan 2012 06:42:01 +0000
(06:42 +0000)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Tue, 3 Jan 2012 06:42:01 +0000
(06:42 +0000)
documentation.
SVN revision: 66781
src/lib/elm_getting_started.h
patch
|
blob
|
history
diff --git
a/src/lib/elm_getting_started.h
b/src/lib/elm_getting_started.h
index
a5e7456
..
bde2236
100644
(file)
--- a/
src/lib/elm_getting_started.h
+++ b/
src/lib/elm_getting_started.h
@@
-147,7
+147,7
@@
* EAPI_MAIN int
* elm_main(int argc, char **argv)
* {
- * Evas_Object *win, *b
g, *b
ox, *lab, *btn;
+ * Evas_Object *win, *box, *lab, *btn;
*
* // new window - do the usual and give it a name (hello) and title (Hello)
* win = elm_win_util_standard_add("hello", "Hello");