On Thu, 10 May 2007 22:03:02 +0000, SciFi wrote: > On Thu, 10 May 2007 19:04:47 +0000, walt wrote: > ... >> Seems to me that the biggest version gap of all is SciFi's pan r255. >> I'm up to r276 as of today.
> ...it doesn't suit to report every svn rev that has _not_ been fixed, > for brevity. ;) > > It might be useful if you please would update that bug with your details > so we might have a clue where to go next (I'm stumped, don't know about > Charles). I found a related bug in the uudecode library some months back by setting breakpoints in gdb in places in the code which deal with multi-parts. If I could reproduce your bug I would try it again, starting with the code in pan/gui/body-pane.cc. There are several promising candidates like GdkPixbuf* get_pixbuf_from_gmime_part (const GMimePart * part) or BodyPane :: append_part (GMimeObject * obj, GtkAllocation * widget_size) or // if it's a picture, draw it if (is_image) { GdkPixbuf * original (get_pixbuf_from_gmime_part (part)); ..... and several more. Seems like one of those places should turn up an obvious error when presented with an inline image which doesn't display. I did need to go back and recompile glib and gtk and gmime with debugging symbols before I could make any sense out of any of it. Sadly, due to my genetically inbred need to pinch pennies, I don't have an Apple machine on which I can test my own advice. > ...I think the > svn rev string ought to be added/computed at make time, not at configure > time... Sounds like a good idea to me. _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users