GNOME Bugzilla – Bug 560375
Clearing an already empty document history crashes GIMP
Last modified: 2008-11-11 20:14:21 UTC
How to reproduce: 1. make sure that your document history is empty 2. click the "Clear" button in the dockable 3. confirm the dialog 4. crash
What's the stacktrace?
Fixed in both branches: 2008-11-11 Sven Neumann <sven@gimp.org> Bug 560375 – Clearing an already empty document history crashes GIMP * app/actions/documents-commands.c (documents_clear_cmd_callback): gtk_recent_manager_purge_items() may return 0 but not set an error.