diff options
Diffstat (limited to 'Ivy/IvyApplication.cxx')
-rw-r--r-- | Ivy/IvyApplication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index 96023c7..008be70 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -126,7 +126,8 @@ void IvyApplication::OnReceive(char * line) #endif //IVY_DEBUG
// bus->RemoveApplication( this );
- Close();
+ OnClose(0);
+ //Close();
break;
case Error:
|