examples/performance: Fix typo in file nacme to be named background

This commit is contained in:
Stefan Schmidt 2015-02-27 12:21:31 +01:00
parent 8b85672bdd
commit 6681b3a380
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 173 KiB

View File

@ -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, "backgroung.png", NULL);
elm_bg_file_set(bg, "background.png", NULL);
elm_win_resize_object_add(win, bg);
evas_object_show(bg);