GNOME Bugzilla – Bug 301524
"reload gradients" in gflare
Last modified: 2005-04-21 23:51:47 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.
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.