gobject docs: Remove incorrect reference to signals docs
authorDavid Rothlisberger <david@rothlis.net>
Mon, 16 Jul 2012 09:57:46 +0000 (10:57 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Aug 2012 14:26:44 +0000 (10:26 -0400)
The chapter on signals comes after this chapter, not before (see
"tut_gobject.xml" in docs/reference/gobject/gobject-docs.xml).

https://bugzilla.gnome.org/show_bug.cgi?id=679996

docs/reference/gobject/tut_gobject.xml

index 37d2212..e4433d9 100644 (file)
@@ -6,9 +6,9 @@
   <title>The GObject base class</title>
 
   <para>
-    The two previous chapters discussed the details of GLib's Dynamic Type System
-    and its signal control system. The GObject library also contains an implementation
-    for a base fundamental type named <link linkend="GObject"><type>GObject</type></link>.
+    The previous chapter discussed the details of GLib's Dynamic Type System.
+    The GObject library also contains an implementation for a base fundamental
+    type named <link linkend="GObject"><type>GObject</type></link>.
   </para>
 
   <para>