From ad327cf338c38c32cc50aea4a189972c5f68ae67 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 4 Feb 2002 19:09:49 +0000 Subject: [PATCH] forgot to mention bugfix. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 31143226ca..7dce3536bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,11 @@ - the cursor_update() functions are better than before but still evil. - i probably broke some of them... + * app/tools/gimptool.c: fixed NULL pointer dereference by using + the tools's class name as identifier for gimp_statusbar_foo() + instead of accessing tool->tool_info (which may be NULL) + (spotted by David Odin). + 2002-02-03 Manish Singh * libgimpwidgets/gimpwidgets.c: ref and sink the adjustment we use