cedric pushed a commit to branch master.

commit c9ba490c4661f5cb2b2ef014ff3c0e02d6913d42
Author: Cedric Bail <[email protected]>
Date:   Fri Apr 19 13:56:21 2013 +0900

    initialize ipc before shuting it down.
---
 src/bin/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 5bbf3dc..e98813a 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -2631,6 +2631,8 @@ elm_main(int argc, char **argv)
    elm_theme_overlay_add(NULL, config_theme_path_get(main_config));
    elm_theme_overlay_add(NULL, config_theme_path_default_get(main_config));
    
+   ipc_init();
+
    config = config_fork(main_config);
 
    args = ecore_getopt_parse(&options, values, argc, argv);
@@ -2839,7 +2841,6 @@ elm_main(int argc, char **argv)
    // for now if not set - dont do login shell - later from config
    if (login_shell == 0xff) login_shell = EINA_FALSE;
 
-   ipc_init();
 remote:
    if ((!single) && (config->multi_instance))
      {

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to