From 024f2a0f0589f51878b2823ab7b1cc51a20d4d23 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 5 Feb 2003 14:56:59 +0000 Subject: [PATCH] should have gone with my previous checkin. 2003-02-05 Michael Natterer * app/display/gimpdisplayshell-dnd.c: should have gone with my previous checkin. --- ChangeLog | 5 +++++ app/display/gimpdisplayshell-dnd.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 {