diff options
Diffstat (limited to 'src/examples/gengrid_example.c')
-rw-r--r-- | src/examples/gengrid_example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/gengrid_example.c b/src/examples/gengrid_example.c index 7315d4c89..fd8f3402d 100644 --- a/src/examples/gengrid_example.c +++ b/src/examples/gengrid_example.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <Elementary.h> | 12 | #include <Elementary.h> |
13 | #define PACKAGE_DATA_DIR "../../data" | 13 | #define DATA_DIR "../../data" |
14 | 14 | ||
15 | typedef struct _Example_Item | 15 | typedef struct _Example_Item |
16 | { | 16 | { |
@@ -325,7 +325,7 @@ _grid_content_get(void *data, | |||
325 | Evas_Object *icon = elm_bg_add(obj); | 325 | Evas_Object *icon = elm_bg_add(obj); |
326 | char buf[PATH_MAX]; | 326 | char buf[PATH_MAX]; |
327 | 327 | ||
328 | snprintf(buf, sizeof(buf), "%s/images/%s", PACKAGE_DATA_DIR, | 328 | snprintf(buf, sizeof(buf), "%s/images/%s", DATA_DIR, |
329 | it->path); | 329 | it->path); |
330 | 330 | ||
331 | elm_bg_file_set(icon, buf, NULL); | 331 | elm_bg_file_set(icon, buf, NULL); |