[ekiga] Move exit function where it should



commit 9cca0b3f78a69a68d6ca59c3d2357e616fd3660c
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Fri May 4 17:24:09 2012 +0200

    Move exit function where it should

 src/gui/main.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index 09d0e5e..bcc520d 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -185,7 +185,7 @@ main (int argc,
   /* Ekiga initialisation */
   // should come *after* ptrace initialisation, to track codec loading for ex.
   GnomeMeeting instance;
-  GnomeMeeting::Process ()->Exit ();
+
   Ekiga::Runtime::init ();
   engine_init (service_core, argc, argv);
 
@@ -231,6 +231,7 @@ main (int argc,
 #endif
 
   /* Exit Ekiga */
+  GnomeMeeting::Process ()->Exit ();
   service_core.reset ();
   Ekiga::Runtime::quit ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]