Re: Gif crashes gimp

1999-11-21 Thread Steinar H. Gunderson

On Sun, Nov 21, 1999 at 11:42:41AM +0100, Michael Natterer wrote:
What about the following: remember the last message_box and it's
message string, and if the next message is the same one, just add
a line saying "(This message repeated n times)" ???

But then, if the same message was repeated into infinity, it would
never had been displayed at _all_, since the program was still
counting...

/* Steinar */
-- 
Homepage: http://members.xoom.com/sneeze/



Re: Gif crashes gimp

1999-11-21 Thread Marc Lehmann

On Sun, Nov 21, 1999 at 11:42:41AM +0100, Michael Natterer [EMAIL PROTECTED] 
wrote:
  And I limited the number of message boxes to 7 (and the number of message
  boxes with the same message to 3), so these kind of bugs are less severe.
 
 What about the following: remember the last message_box and it's
 message string, and if the next message is the same one, just add
 a line saying "(This message repeated n times)" ???

This would not have solved the orignal problem (most messages were
slightly different).

 Put on my todo...

Happy coding ;) The logic to do this is already in place, you would just
have to merge the message count into the already existing dialog box.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: Gif crashes gimp

1999-11-20 Thread Marc Lehmann

On Sat, Nov 20, 1999 at 07:36:34PM +, "Adam D. Moss" [EMAIL PROTECTED] wrote:
  if I opened the attached gif with gimp, there are
  hundreds of error-messages within short time. The
  only thing I can do, is to kill X imidiate :(
 
 Hi!  Thanks for the report.  Fixed in CVS now.

And I limited the number of message boxes to 7 (and the number of message
boxes with the same message to 3), so these kind of bugs are less severe.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |