com gtk/php-gtk: inspector bug is fixed: test/bug_inspector .phpw

[email protected] (David Soria Parra) Mon, 20 Feb 2006 06:31:19 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    6c2bd1930283339e675df9d3a32317269dc60965
Author:    Christian Weiske <[email protected]>         Mon, 20 Feb 2006 06:31:19 +0000
Parents:   a8390c9be77a506036a94189f9c56ec2779650bd
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=6c2bd1930283339e675df9d3a32317269dc60965

Log:
inspector bug is fixed

Changed paths:
  M  test/bug_inspector.phpw


Diff:
6c2bd1930283339e675df9d3a32317269dc60965
diff --git a/test/bug_inspector.phpw b/test/bug_inspector.phpw
index 8833992..1c8aa07 100644
--- a/test/bug_inspector.phpw
+++ b/test/bug_inspector.phpw
@@ -1,4 +1,8 @@
 <?php
+/**
+*   FIXED by Andrei on 2006-02-19
+*	Reason: Use proper original handlers when creating custom ones.
+*/
 function onClassSelected($selection)
 {
     list($model, $iter) = $selection->get_selected();