andrei Sat Feb 5 20:39:14 2005 EDT
Modified files:
/php-gtk/ext/gtk+ php_gtk+.c
Log:
Big oops. Can't call gtk_exit() here since it simply calls exit() on us
and does not return back to ZE.
http://cvs.php.net/diff.php/php-gtk/ext/gtk+/php_gtk+.c?r1=1.19&r2=1.20&ty=u
Index: php-gtk/ext/gtk+/php_gtk+.c
diff -u php-gtk/ext/gtk+/php_gtk+.c:1.19 php-gtk/ext/gtk+/php_gtk+.c:1.20
--- php-gtk/ext/gtk+/php_gtk+.c:1.19 Sat Aug 14 17:09:51 2004
+++ php-gtk/ext/gtk+/php_gtk+.c Sat Feb 5 20:39:13 2005
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: php_gtk+.c,v 1.19 2004/08/14 21:09:51 andrei Exp $: */
+/* $Id: php_gtk+.c,v 1.20 2005/02/06 01:39:13 andrei Exp $: */
#include "php_gtk.h"
#include "SAPI.h"
@@ -184,7 +184,7 @@
PHP_GTK_XSHUTDOWN_FUNCTION(gtk_plus)
{
- gtk_exit(0);
+ //gtk_exit(0);
return SUCCESS;
}
--
PHP-GTK CVS Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|