diff options
-rw-r--r-- | docs/gtk_tut.sgml | 4 | ||||
-rw-r--r-- | docs/tutorial/gtk_tut.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/gtk_tut.sgml b/docs/gtk_tut.sgml index c67e206f77..64fe5c4f55 100644 --- a/docs/gtk_tut.sgml +++ b/docs/gtk_tut.sgml @@ -10,7 +10,7 @@ name="<imain@gtk.org>"></tt>, Tony Gale <tt><htmlurl url="mailto:gale@gtk.org" name="<gale@gtk.org>"></tt> -<date>April 4th, 1998 +<date>April 6th, 1998 <!-- ***************************************************************** --> <sect>Introduction @@ -213,7 +213,7 @@ int main (int argc, char *argv[]) /* here we connect the "destroy" event to a signal handler. * This event occurs when we call gtk_widget_destroy() on the window, - * or if we return 'TRUE' in the "delete_event" callback. */ + * or if we return 'FALSE' in the "delete_event" callback. */ gtk_signal_connect (GTK_OBJECT (window), "destroy", GTK_SIGNAL_FUNC (destroy), NULL); diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index c67e206f77..64fe5c4f55 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -10,7 +10,7 @@ name="<imain@gtk.org>"></tt>, Tony Gale <tt><htmlurl url="mailto:gale@gtk.org" name="<gale@gtk.org>"></tt> -<date>April 4th, 1998 +<date>April 6th, 1998 <!-- ***************************************************************** --> <sect>Introduction @@ -213,7 +213,7 @@ int main (int argc, char *argv[]) /* here we connect the "destroy" event to a signal handler. * This event occurs when we call gtk_widget_destroy() on the window, - * or if we return 'TRUE' in the "delete_event" callback. */ + * or if we return 'FALSE' in the "delete_event" callback. */ gtk_signal_connect (GTK_OBJECT (window), "destroy", GTK_SIGNAL_FUNC (destroy), NULL); |