aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_test.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 20:58:41 +1000
committerDavid Walter Seikel2014-04-21 20:58:41 +1000
commitb878089e02b4631d6fcdd951e3b0829272eb2ec5 (patch)
tree5988cf96118ace3f1964f1433fceb6ce8272b59a /LuaSL/src/LuaSL_test.c
parentLuaSL gets a test.sh just like the rest. (diff)
downloadSledjHamr-b878089e02b4631d6fcdd951e3b0829272eb2ec5.zip
SledjHamr-b878089e02b4631d6fcdd951e3b0829272eb2ec5.tar.gz
SledjHamr-b878089e02b4631d6fcdd951e3b0829272eb2ec5.tar.bz2
SledjHamr-b878089e02b4631d6fcdd951e3b0829272eb2ec5.tar.xz
Move the LuaSL.edj to the shared images directory.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index a02c6c3..fb69fc1 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -392,7 +392,7 @@ int main(int argc, char **argv)
392 evas_object_focus_set(ourGlobals.bg, EINA_TRUE); 392 evas_object_focus_set(ourGlobals.bg, EINA_TRUE);
393 393
394 ourGlobals.edje = edje_object_add(ourGlobals.canvas); 394 ourGlobals.edje = edje_object_add(ourGlobals.canvas);
395 snprintf(buf, sizeof(buf), "%s/LuaSL/%s.edj", PACKAGE_DATA_DIR, "LuaSL"); 395 snprintf(buf, sizeof(buf), "%s/images/%s.edj", PACKAGE_DATA_DIR, "LuaSL");
396 if (!edje_object_file_set(ourGlobals.edje, buf, group)) 396 if (!edje_object_file_set(ourGlobals.edje, buf, group))
397 { 397 {
398 int err = edje_object_load_error_get(ourGlobals.edje); 398 int err = edje_object_load_error_get(ourGlobals.edje);