gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui aqua.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/gui aqua.cpp
Date: Thu, 26 Jul 2007 07:27:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/26 07:27:29

Modified files:
        gui            : aqua.cpp 

Log message:
        Quit in a nice way...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua.cpp?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: aqua.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- aqua.cpp    25 Jul 2007 00:32:02 -0000      1.23
+++ aqua.cpp    26 Jul 2007 07:27:29 -0000      1.24
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: aqua.cpp,v 1.23 2007/07/25 00:32:02 nihilus Exp $ */
+/* $Id: aqua.cpp,v 1.24 2007/07/26 07:27:29 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -47,7 +47,7 @@
 pascal OSStatus DoWindowClose (EventHandlerCallRef  nextHandler,
                                EventRef             theEvent,
                                void*                userData){
-       exit(0);
+       QuitApplicationEventLoop();
 }
 
 namespace gnash {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]