PATCH - tiny gtk-xmhtml fix for gnome-libs 1.4



hello,

This one-line patch to gtk-xmhtml fixes a problem with a missing X Color Context
ref which was crashing on some help files with transparent images (most notably
the Evolution help files).

This fixes the following bugs: 60237 61638 63439 64987 65040 66913 (and probably
some of the other 'gnome help crashes' generic reports)

It would make me feel very happy to see this committed and the bugs closed.

ta,
Wayne.

--- gnome-libs-1.4.1.2/gtk-xmhtml/images.c	Wed Jun 28 07:43:25 2000
+++ gnome-libs-1.4.1.2hacking/gtk-xmhtml/images.c	Mon Jan  7 02:24:57
2002
@@ -2390,7 +2395,7 @@
 		{
 			if(!html->html.xcc)
 				_XmHTMLCheckXCC(html);
-			image->xcc = html->html.xcc;
+			xcc = image->xcc = html->html.xcc;
 		}
 	}
 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]