Fix an example.

svn path=/trunk/; revision=7757
This commit is contained in:
Matthias Clasen 2009-01-02 02:26:39 +00:00
parent 782fe440ef
commit 1643b117b9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-01-01 Matthias Clasen <mclasen@redhat.com>
Bug 565831 error in interface creation sample
* gobject/tut_howto.xml: Fix an example. Pointed out by
Jens Georg.
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.3 ===

View File

@ -882,7 +882,7 @@ maman_ibaz_get_type (void)
&amp;info, 0);
}
return type;
return iface_type;
}
void