From 9fb41c879dc43e962b506e874e0457c1b7c682e3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 18 Nov 2002 00:28:02 +0000 Subject: [PATCH] forgot to remove the "_delete_event_" stuff's documentation. 2002-11-18 Michael Natterer * libgimpwidgets/gimpdialog.c: forgot to remove the "_delete_event_" stuff's documentation. --- ChangeLog | 5 +++++ libgimpwidgets/gimpdialog.c | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d66c9ddb4..e132dfc1b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-18 Michael Natterer + + * libgimpwidgets/gimpdialog.c: forgot to remove the + "_delete_event_" stuff's documentation. + 2002-11-18 Michael Natterer * app/tools/tool_manager.c: removed unneeded #includes. diff --git a/libgimpwidgets/gimpdialog.c b/libgimpwidgets/gimpdialog.c index 93fb65f643..0f5ab8d843 100644 --- a/libgimpwidgets/gimpdialog.c +++ b/libgimpwidgets/gimpdialog.c @@ -273,12 +273,6 @@ gimp_dialog_create_action_area (GimpDialog *dialog, * @dialog: The #GimpDialog you want to create the action_area for. * @args: A @va_list as obtained with va_start() describing the action_area * buttons. - * - * Please note that the delete_event will only be connected to the first - * button with the "connect_delete" boolean set to true. It is possible - * to just connect the delete_event to a callback without adding a new - * button with a special label "_delete_event_", connect_delete == true - * and callback != NULL. **/ void gimp_dialog_create_action_areav (GimpDialog *dialog,