diff --git a/ChangeLog b/ChangeLog index 1324a96dd7..79709494c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-05 Michael Natterer + + * app/display/gimpdisplayshell-dnd.c: should have gone with my + previous checkin. + 2003-02-05 Sven Neumann * app/core/gimpobject.[ch] diff --git a/app/display/gimpdisplayshell-dnd.c b/app/display/gimpdisplayshell-dnd.c index ea43d2eb29..44e100add6 100644 --- a/app/display/gimpdisplayshell-dnd.c +++ b/app/display/gimpdisplayshell-dnd.c @@ -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 {