From 8c085c64879062d6bdddd8b59cfc8e13c0612245 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 8 Jun 2011 03:00:52 +0000 Subject: [PATCH] and use different sym. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60067 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index 9986f68..5392c8d 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -644,7 +644,7 @@ elm_quicklaunch_init(int argc, if (argv) _elm_appname = strdup(ecore_file_file_get(argv[0])); - pfx = eina_prefix_new(NULL, elm_init, + pfx = eina_prefix_new(NULL, elm_quicklaunch_init, "ELM", "elementary", "config/profile.cfg", PACKAGE_LIB_DIR, /* don't have a bin dir currently */ PACKAGE_LIB_DIR, -- 2.7.4