com gtk/php-gtk: Added the files and the rev numbers of the fix: test/bug_gtkdialog_title.phpw test/bug_gtkliststore _insert_with_array.php

[email protected] (David Soria Parra) Thu, 20 Oct 2005 15:29:58 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    c247bda7de5b1c88eb6b558c38b9a18e95722f3f
Author:    Christian Weiske <[email protected]>         Thu, 20 Oct 2005 15:29:58 +0000
Parents:   9671e7667aa11704152df7bdc9066480f9818bfa
Branches:  master

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

Log:
Added the files and the rev numbers of the fix

Changed paths:
  M  test/bug_gtkdialog_title.phpw
  M  test/bug_gtkliststore_insert_with_array.php


Diff:
c247bda7de5b1c88eb6b558c38b9a18e95722f3f
diff --git a/test/bug_gtkdialog_title.phpw b/test/bug_gtkdialog_title.phpw
index d37ea99..f67eb33 100644
--- a/test/bug_gtkdialog_title.phpw
+++ b/test/bug_gtkdialog_title.phpw
@@ -1,6 +1,7 @@
 <?php
 /**
 *   FIXED by Steph on 2005-10-19 20:45
+*   php-gtk/ext/gtk+/gtk.overrides:1.130
 *   Problem reason: Title was being free'd too early
 *
 *   Start the program, look at the title: Weird chars
diff --git a/test/bug_gtkliststore_insert_with_array.php b/test/bug_gtkliststore_insert_with_array.php
index b8e0529..45ba64f 100644
--- a/test/bug_gtkliststore_insert_with_array.php
+++ b/test/bug_gtkliststore_insert_with_array.php
@@ -1,6 +1,7 @@
 <?php
 /**
 *   FIXED by Andrei on 2005-10-19 22:38
+*   php-gtk/ext/gtk+/gtktreeview.overrides:1.20
 *   Problem reason: Wrong alloc used
 */
 // Create a list store.