Re: Help System

1999-11-11 Thread David Odin
On Thu, Nov 11, 1999 at 09:03:46PM +0100, Marc Lehmann wrote: On Thu, Nov 11, 1999 at 02:50:18AM +0100, David Odin [EMAIL PROTECTED] wrote: I don't think I'm alone, since nobody complain about gimp perl any more these days. They don't? Then why do I get so many complaints

Re: Wrong test for newer/older version of autoconf in the cvs

2000-06-25 Thread David Odin
On Sun, Jun 25, 2000 at 03:30:55PM +0200, David Odin wrote: On Sun, Jun 25, 2000 at 02:26:57PM +0200, Steinar H. Gunderson wrote: On Sun, Jun 25, 2000 at 01:39:43AM +0200, David Odin wrote: Testing autoconf... expr: syntax error too old! (Need 2.13, have 2.14 [ ... ] Most likely

Re: Code cleanup

2000-08-31 Thread David Odin
On Thu, Aug 31, 2000 at 03:48:37PM -0400, Federico Mena Quintero wrote: Maurits Rijk [EMAIL PROTECTED] writes: [ ... ] 3) sometimes it's just lack of C knowledge: if (p) free(p); can be simply replaced by just: free(p); If p is a null pointer then "free

4069 Mo?

2000-10-15 Thread David Odin
Well, this isn't really a bug, but I was browering the libgimp code and I found the following line in gimp_mem_size_entry_new() (gimpwidgets.c, line 1023) : spinbutton = gimp_spin_button_new (divided_adj, divided_mem_size, 0.0, (4069.0 * 1024 * 1024 -

Bug in color display filter

2000-11-20 Thread David Odin
Hi, I've found a sure way to make Gimp segfault (today's CVS): start Gimp File-Dialog-Display filter Add a filter select it on the right list Click on Remove Click on Remove again-Segfault. A little bit of GDB shows that this patch solve this:

Re: Bug in color display filter (yet another...)

2000-11-22 Thread David Odin
Hi, Gee! I've found yet another weirdness in this display filter box: - Select a filter - move it (up or down) - click on configure - you're configuring the wrong filter... Now that I know well this part of code, I'm working on it. I'll send a fix today.

Re: Bug in color display filter (yet another...)

2000-11-22 Thread David Odin
On Thu, Nov 23, 2000 at 12:57:13AM +0100, David Odin wrote: Hi, Gee! I've found yet another weirdness in this display filter box: - Select a filter - move it (up or down) - click on configure - you're configuring the wrong filter... Now that I know well