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 301524 - "reload gradients" in gflare
"reload gradients" in gflare
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: libgimp
git master
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-21 23:26 UTC by Nathan Summers
Modified: 2005-04-21 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nathan Summers 2005-04-21 23:26:31 UTC
The "reload gradients" button in gflare spits lots of warnings about invalid
iterators to the console, and often segfaults. An initial try at getting a
stacktrace resulted in GDB hanging.
Comment 1 Sven Neumann 2005-04-21 23:51:24 UTC
Fixed in both branches:

2005-04-22  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpintstore.c: removed the "row_deleted" handler
	which used to take care of reinserting the "Empty" item when the
	last row gets deleted. This doesn't work any longer with GTK+ 2.6
	and I see now way to make it work again. Fixes bug #301524.