Re: [PHP-GTK-DEV] replacing gtk::* with gobject::* in treeview.xml

[email protected] (AFFISS) Mon, 10 Jan 2011 22:55:42 +0300
Newsgroups php.gtk.dev
Message-ID <[email protected]>
hi again,

please see the attachment ;)

regards

affiss

On Mon, Jan 10, 2011 at 10:30 PM, mark skilbeck <[email protected]
> wrote:

> Hi, affiss.
>
> We need the 'patch' file, that displays what changes have been made to
> a file. You can get this by running the command 'svn diff <filepath> >
> patch.txt'. Please attach this file in your next reply.
>
> Mark.
>
> On Mon, Jan 10, 2011 at 7:03 PM, AFFISS <[email protected]> wrote:
> > hello,
> >
> > this is my first contribution to the php-gtk docs , some more are
> expected
> > to follow as i continue reading through them.
> >
> > please see the attach of the xml file.
> >
> > regards
> >
> > affiss
> >
> > --
> > PHP-GTK Development Mailing List (http://gtk.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
patch.diff.txt (text/plain, 646 B)
Index: manual/en/tutorials/treeview.xml
===================================================================
--- manual/en/tutorials/treeview.xml	(revision 307351)
+++ manual/en/tutorials/treeview.xml	(working copy)
@@ -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>