Fix reference to non-existing @priority parameter. (#88500, Linux Walleij)
authorOwen Taylor <otaylor@redhat.com>
Thu, 25 Jul 2002 22:59:54 +0000 (22:59 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 25 Jul 2002 22:59:54 +0000 (22:59 +0000)
Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/tmpl/threads.sgml: Fix reference to non-existing
        @priority parameter. (#88500, Linux Walleij)

docs/reference/ChangeLog
docs/reference/glib/tmpl/threads.sgml

index 02573bd..2b39842 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
+       * glib/tmpl/threads.sgml: Fix reference to non-existing
+       @priority parameter. (#88500, Linux Walleij)
 2002-06-03  Matthias Clasen  <maclas@gmx.de>
 
        * gobject/gobject-docs.sgml: 
index f3b146e..60b2a18 100644 (file)
@@ -269,7 +269,7 @@ g_thread_join() is called for that thread.
 
 <!-- ##### FUNCTION g_thread_create ##### -->
 <para>
-This function creates a new thread with the priority @priority.
+This function creates a new thread with the default priority.
 </para>
 
 <para>