gtk+ r19676 - in trunk: . docs/tutorial



Author: bratsche
Date: Fri Feb 29 19:27:16 2008
New Revision: 19676
URL: http://svn.gnome.org/viewvc/gtk+?rev=19676&view=rev

Log:
2008-02-29  Cody Russell  <bratsche gnome org>

        * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
        say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)



Modified:
   trunk/ChangeLog
   trunk/docs/tutorial/gtk-tut.sgml

Modified: trunk/docs/tutorial/gtk-tut.sgml
==============================================================================
--- trunk/docs/tutorial/gtk-tut.sgml	(original)
+++ trunk/docs/tutorial/gtk-tut.sgml	Fri Feb 29 19:27:16 2008
@@ -921,7 +921,7 @@
     gtk_main ();
 </programlisting>
 
-<para>And the final return. Control returns here after gtk_quit() is called.</para>
+<para>And the final return. Control returns here after gtk_main_quit() is called.</para>
 
 <programlisting role="C">
     return 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]