s/<!>/<!-- -->/ to make the doc valid with both SGML and XML.

2001-12-24  James Henstridge  <james@daa.com.au>

        * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
        valid with both SGML and XML.
This commit is contained in:
James Henstridge 2001-12-24 01:34:29 +00:00 committed by James Henstridge
parent cd6070461e
commit 99ce496b97
8 changed files with 37 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -1,3 +1,8 @@
2001-12-24 James Henstridge <james@daa.com.au>
* gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
valid with both SGML and XML.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.

View File

@ -855,10 +855,10 @@ run_destroy_handler (GtkDialog *dialog, gpointer data)
* switch (result)
* {
* case GTK_RESPONSE_ACCEPT:
* do_application_specific_something (<!>);
* do_application_specific_something (<!-- -->);
* break;
* default:
* do_nothing_since_dialog_was_cancelled (<!>);
* do_nothing_since_dialog_was_cancelled (<!-- -->);
* break;
* }
* gtk_widget_destroy (dialog);