discomfitor pushed a commit to branch master.

commit 164ebd4c6755f3617dec3611b4a8f26ea743a614
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 30 10:52:40 2013 +0100

    don't shutdown eldbus when exiting on a quit option
---
 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 e98813a..5b5dd47 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -2942,12 +2942,13 @@ remote:
    ty_dbus_init();
 
    elm_run();
+
+   ty_dbus_shutdown();
  end:
 #if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8)
    free(cmd);
 #endif
 
-   ty_dbus_shutdown();
    ipc_shutdown();
 
    while (wins)

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to