forgot to remove the "_delete_event_" stuff's documentation.

2002-11-18  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpdialog.c: forgot to remove the
	"_delete_event_" stuff's documentation.
This commit is contained in:
Michael Natterer 2002-11-18 00:28:02 +00:00 committed by Michael Natterer
parent 80a1156202
commit 9fb41c879d
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2002-11-18 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimpdialog.c: forgot to remove the
"_delete_event_" stuff's documentation.
2002-11-18 Michael Natterer <mitch@gimp.org>
* app/tools/tool_manager.c: removed unneeded #includes.

View File

@ -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,