Fix an example.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jan 2009 02:26:39 +0000 (02:26 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jan 2009 02:26:39 +0000 (02:26 +0000)
svn path=/trunk/; revision=7757

docs/reference/ChangeLog
docs/reference/gobject/tut_howto.xml

index d876c2c..187ba32 100644 (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 ===
index 5d4acf7..319d951 100644 (file)
@@ -882,7 +882,7 @@ maman_ibaz_get_type (void)
                                            &amp;info, 0);
     }
 
-  return type;
+  return iface_type;
 }
 
 void