com gtk/php-gtk: Works here, too: test/bug_gtkentry_activat e.phpw
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 9740e898106af2bcba67682fe7ea818b57280939 Author: Christian Weiske <[email protected]> Mon, 19 Jun 2006 06:33:51 +0000 Parents: f9eafa9c48bec8311fcd72dd97d4d98cb71a7c35 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=9740e898106af2bcba67682fe7ea818b57280939 Log: Works here, too Changed paths: M test/bug_gtkentry_activate.phpw Diff: 9740e898106af2bcba67682fe7ea818b57280939 diff --git a/test/bug_gtkentry_activate.phpw b/test/bug_gtkentry_activate.phpw index e3bc590..0ec50e6 100644 --- a/test/bug_gtkentry_activate.phpw +++ b/test/bug_gtkentry_activate.phpw @@ -1,4 +1,5 @@ <?php +//WORKS as of 2006-06-19 with php 5.1.4 //Start it and press return. Warning will come $wnd = new GtkWindow(); $wnd->connect_simple('destroy', array('gtk', 'main_quit'));