Author: grzegol                      Date: Thu Mar 10 16:59:17 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- merged from DEVEL

---- Files affected:
SOURCES:
   gtkhtml-crash.patch (1.1 -> 1.2)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtkhtml-crash.patch
diff -u /dev/null SOURCES/gtkhtml-crash.patch:1.2
--- /dev/null   Thu Mar 10 17:59:17 2005
+++ SOURCES/gtkhtml-crash.patch Thu Mar 10 17:59:12 2005
@@ -0,0 +1,11 @@
+--- gtkhtml-3.3.0/src/htmlclue.c.crash 2004-08-13 15:52:27.777093526 +0100
++++ gtkhtml-3.3.0/src/htmlclue.c       2004-08-13 15:52:29.494761807 +0100
+@@ -149,7 +149,7 @@
+               last = html_object_prev_not_slave (last);
+ 
+       g_assert (o->parent == self);
+-      g_assert (last->parent == self);
++      g_assert (!last || last->parent == self);
+ 
+       while (o) {
+               cnext = html_object_next_not_slave (o);
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to