diff --git a/ChangeLog b/ChangeLog index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8dc6c09b3b..b77bbf5dcb 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-12-24 James Henstridge + + * 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 * configure.in: 1.3.12, interface, binary age 0. diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 178acdf914..707edbb3ab 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -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);