svn: /gtk/php-gtk-doc/trunk/manual/en/tutorials/ treeview.xml

[email protected] (Mark Skilbeck) Mon, 10 Jan 2011 20:04:02 +0000
Newsgroups php.gtk.doc
Message-ID <[email protected]>
--ae0170f34ae98003f58ad699fe771893735bc2e3
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

markskilbeck                             Mon, 10 Jan 2011 20:04:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307352

Log:
Patch for a Gtk::TYPE -> GObject::TYPE miss - thanks, Affiss.

Changed paths:
    U   gtk/php-gtk-doc/trunk/manual/en/tutorials/treeview.xml

Modified: gtk/php-gtk-doc/trunk/manual/en/tutorials/treeview.xml
===================================================================
--- gtk/php-gtk-doc/trunk/manual/en/tutorials/treeview.xml	2011-01-10 19:06:19 UTC (rev 307351)
+++ gtk/php-gtk-doc/trunk/manual/en/tutorials/treeview.xml	2011-01-10 20:04:02 UTC (rev 307352)
@@ -93,7 +93,7 @@

   <example>
    <title>Model</title>
-   <programlisting role="php"><![CDATA[$model = new GtkTreeStore(Gtk::TYPE_PHP_VALUE, Gtk::TYPE_STRING);]]></programlisting>
+   <programlisting role="php"><![CDATA[$model = new GtkTreeStore(Gobject::TYPE_PHP_VALUE, Gobject::TYPE_STRING);]]></programlisting>
   </example>

   <para>
@@ -284,4 +284,4 @@

  </sect1>

-</chapter>
\ No newline at end of file
+</chapter>

--ae0170f34ae98003f58ad699fe771893735bc2e3--