cvsdist 85f6c74
--- gtkhtml-3.3.0/src/htmlclue.c.crash	2004-08-13 15:52:27.777093526 +0100
cvsdist 85f6c74
+++ gtkhtml-3.3.0/src/htmlclue.c	2004-08-13 15:52:29.494761807 +0100
cvsdist 85f6c74
@@ -149,7 +149,7 @@
cvsdist 85f6c74
 		last = html_object_prev_not_slave (last);
cvsdist 85f6c74
 
cvsdist 85f6c74
 	g_assert (o->parent == self);
cvsdist 85f6c74
-	g_assert (last->parent == self);
cvsdist 85f6c74
+	g_assert (!last || last->parent == self);
cvsdist 85f6c74
 
cvsdist 85f6c74
 	while (o) {
cvsdist 85f6c74
 		cnext = html_object_next_not_slave (o);