summaryrefslogtreecommitdiff
path: root/include/appsvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/appsvc.h')
-rwxr-xr-xinclude/appsvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/appsvc.h b/include/appsvc.h
index 96fdc07..737dfc5 100755
--- a/include/appsvc.h
+++ b/include/appsvc.h
@@ -339,7 +339,7 @@ int appsvc_add_data(bundle *b, const char *key, const char *val);
...
{
bundle *b = NULL;
- char *images[] = {"/opt/media/a.jpg", "/opt/media/b.jpg", "/opt/media/c.jpg"};
+ char *images[] = {"/tmp/a.jpg", "/tmp/b.jpg", "/tmp/c.jpg"};
b = bundle_create();