should have gone with my previous checkin.

2003-02-05  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-dnd.c: should have gone with my
	previous checkin.
This commit is contained in:
Michael Natterer 2003-02-05 14:56:59 +00:00 committed by Michael Natterer
parent 366beeb282
commit 024f2a0f05
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-02-05 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell-dnd.c: should have gone with my
previous checkin.
2003-02-05 Sven Neumann <sven@gimp.org>
* app/core/gimpobject.[ch]

View file

@ -101,9 +101,9 @@ gimp_display_shell_bucket_fill (GimpImage *gimage,
gimp_container_get_child_by_name (gimage->gimp->tool_info_list,
"gimp-bucket-fill-tool");
if (tool_info && tool_info->context)
if (tool_info && tool_info->tool_options)
{
context = tool_info->context;
context = GIMP_CONTEXT (tool_info->tool_options);
}
else
{