projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b85672
)
examples/performance: Fix typo in file nacme to be named background
author
Stefan Schmidt
<s.schmidt@samsung.com>
Fri, 27 Feb 2015 11:21:31 +0000
(12:21 +0100)
committer
Stefan Schmidt
<s.schmidt@samsung.com>
Fri, 27 Feb 2015 11:21:31 +0000
(12:21 +0100)
legacy/elementary/src/examples/performance/background.png
[moved from
legacy/elementary/src/examples/performance/backgroung.png
with 100% similarity]
patch
|
blob
|
history
legacy/elementary/src/examples/performance/performance.c
patch
|
blob
|
history
diff --git
a/legacy/elementary/src/examples/performance/backgroung.png
b/legacy/elementary/src/examples/performance/background.png
similarity index 100%
rename from
legacy/elementary/src/examples/performance/backgroung.png
rename to
legacy/elementary/src/examples/performance/background.png
diff --git
a/legacy/elementary/src/examples/performance/performance.c
b/legacy/elementary/src/examples/performance/performance.c
index
990e584
..
089cbdd
100644
(file)
--- a/
legacy/elementary/src/examples/performance/performance.c
+++ b/
legacy/elementary/src/examples/performance/performance.c
@@
-616,7
+616,7
@@
EAPI_MAIN
bg = elm_bg_add(win);
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
- elm_bg_file_set(bg, "backgroun
g
.png", NULL);
+ elm_bg_file_set(bg, "backgroun
d
.png", NULL);
elm_win_resize_object_add(win, bg);
evas_object_show(bg);