After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560375 - Clearing an already empty document history crashes GIMP
Clearing an already empty document history crashes GIMP
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.6.2
Other Windows
: Normal critical
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-11-11 16:51 UTC by Michael Schumacher
Modified: 2008-11-11 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Schumacher 2008-11-11 16:51:39 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
Comment 1 Martin Nordholts 2008-11-11 19:44:26 UTC
What's the stacktrace?
Comment 2 Sven Neumann 2008-11-11 20:08:08 UTC
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.