aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_test.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 18:59:33 +1000
committerDavid Walter Seikel2014-04-21 18:59:33 +1000
commit6099a79ef6397ca80cc892fecbfe7faf5b49cb00 (patch)
treefcfa1ca724cf5e68deddc808ed965ac68c4c4071 /LuaSL/src/LuaSL_test.c
parentConvert LuaSL to use LumbrJack. (diff)
downloadSledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.zip
SledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.tar.gz
SledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.tar.bz2
SledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.tar.xz
Move images to the base directory, and point all the special EFL directories to the base.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c
index 51fd902..74236cf 100644
--- a/LuaSL/src/LuaSL_test.c
+++ b/LuaSL/src/LuaSL_test.c
@@ -147,7 +147,7 @@ static Eina_Bool _add(void *data, int type __UNUSED__, Ecore_Con_Event_Server_Ad
147 147
148 ourGlobals->server = ev->server; 148 ourGlobals->server = ev->server;
149 gettimeofday(&startTime, NULL); 149 gettimeofday(&startTime, NULL);
150 snprintf(buf, sizeof(buf), "%s/Test sim/objects", PACKAGE_DATA_DIR); 150 snprintf(buf, sizeof(buf), "%s/LuaSL/Test sim/objects", PACKAGE_DATA_DIR);
151 eina_file_dir_list(buf, EINA_TRUE, dirList_compile, ourGlobals); 151 eina_file_dir_list(buf, EINA_TRUE, dirList_compile, ourGlobals);
152 // Wait awhile, then start sending events for testing. 152 // Wait awhile, then start sending events for testing.
153 ecore_timer_add(0.5, _timer_cb, ourGlobals); 153 ecore_timer_add(0.5, _timer_cb, ourGlobals);
@@ -391,7 +391,7 @@ int main(int argc, char **argv)
391 evas_object_focus_set(ourGlobals.bg, EINA_TRUE); 391 evas_object_focus_set(ourGlobals.bg, EINA_TRUE);
392 392
393 ourGlobals.edje = edje_object_add(ourGlobals.canvas); 393 ourGlobals.edje = edje_object_add(ourGlobals.canvas);
394 snprintf(buf, sizeof(buf), "%s/%s.edj", PACKAGE_DATA_DIR, "LuaSL"); 394 snprintf(buf, sizeof(buf), "%s/LuaSL/%s.edj", PACKAGE_DATA_DIR, "LuaSL");
395 if (!edje_object_file_set(ourGlobals.edje, buf, group)) 395 if (!edje_object_file_set(ourGlobals.edje, buf, group))
396 { 396 {
397 int err = edje_object_load_error_get(ourGlobals.edje); 397 int err = edje_object_load_error_get(ourGlobals.edje);