(
Jump to the original submission)
Mon 14 Nov 2005 08:58:49 PM UTC, comment #6:
Yes, this patch fixes the problem -- thanks!
|
Mon 14 Nov 2005 03:35:37 PM UTC, comment #5:
thanks for the hint.
Please try patch #4625
|
Sun 13 Nov 2005 11:17:01 PM UTC, comment #4:
A friend and I debugged a similar problem in another GTK application. The cause there was that the application used an RGB picture and not an RGBA one, and adding an alpha channel solved it:
if (!gdk_pixbuf_get_has_alpha(bs->image)) {
pixbuf=gdk_pixbuf_add_alpha(bs->image, FALSE, 0, 0, 0);
g_object_unref(bs->image);
bs->image = pixbuf;
}
It's not clear to us yet why it is necessary.
Perhaps a similar patch would help in mldonkey?
|
Sun 13 Nov 2005 12:13:58 AM UTC, comment #3:
I compiled mldonkey from CVS from an hour ago, and the problem still seems to be there. New screenshot attached.
|
Sat 12 Nov 2005 10:38:18 AM UTC, comment #2:
please check patch #4614
|
Sun 06 Nov 2005 06:07:27 PM UTC, comment #1:
Never seen something like that... A "feature" of GTK 2.8 ?
|
Wed 26 Oct 2005 10:58:18 AM UTC, original submission:
The availability bars in the GTK2 GUI (CVS from 2005/10/25, lablgtk2-20050701, gtk+-2.8.6) look dotty, which makes them less usable. I'm not sure how else to describe it, so I'll attach a picture.
|
Depends on the following items: None found
Items that depend on this one: None found
Follow 4 latest changes.