added bug number to ChangeLog entry

svn path=/trunk/; revision=27356
This commit is contained in:
Sven Neumann 2008-10-22 05:59:10 +00:00
parent ff8e73ad0c
commit 3676795aa4
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-10-21 Michael Natterer <mitch@gimp.org>
Bug 555246 gimp crashes when a file is opened while a preview is
generating
* app/widgets/gimpfiledialog.c: set dialog->progress to NULL in
destroy() and check for progress being NULL in various places so
we don't crash on API calls after the widget is destroyed.