From 98f393ff247e0073b052cd7484584719cf93fdaf Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:59:33 +0000 Subject: Utilisateur : Fcolin Date : 30/11/00 Heure : 15:34 Archivé dans $/Ivy Commentaire: pb sur l'exit le postMessage se fait sur une Thread Ivy donc pas de fenetre (vss 3) --- Ivy/IvyApplication.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index de43bd0..cd0e70c 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -202,6 +202,7 @@ void IvyApplication::OnReceive(char * line) if ( bus->CallDieCallback( this, id, arg ) ) { PostMessage( NULL, WM_CLOSE, 0, 0); + exit(-1); } break; -- cgit v1.1