From 48f91ed961ed14f04e568e396690517c75eb97e1 Mon Sep 17 00:00:00 2001 From: raster 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. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58864 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/config.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/config.c b/src/bin/config.c index 6807501..ed22696 100644 --- a/src/bin/config.c +++ b/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")) -- 2.7.4