From 858a6567bece066e70258e3c2001c62a2bd2ee2f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 24 Apr 2011 09:52:31 +0000 Subject: [PATCH] elm config also do it. need to actually USe the prefix stuiff.. no more package_data_dir use int he code.. needs to go. SVN revision: 58864 --- legacy/elementary/src/bin/config.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/elementary/src/bin/config.c b/legacy/elementary/src/bin/config.c index 68075012c8..ed22696f4a 100644 --- a/legacy/elementary/src/bin/config.c +++ b/legacy/elementary/src/bin/config.c @@ -2942,6 +2942,10 @@ elm_main(int argc, { int i; + elm_app_info_set(elm_main, "elementary", "images/logo.png"); + elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR); + elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); + for (i = 1; i < argc; i++) { if (!strcmp(argv[i], "-h"))