summaryrefslogtreecommitdiffstats
path: root/news/straw/segfault-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'news/straw/segfault-fix.patch')
-rw-r--r--news/straw/segfault-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/straw/segfault-fix.patch b/news/straw/segfault-fix.patch
new file mode 100644
index 0000000000..0e2701b04a
--- /dev/null
+++ b/news/straw/segfault-fix.patch
@@ -0,0 +1,10 @@
+--- src/lib/MainWindow.py~ 2004-07-15 21:15:58.000000000 +0200
++++ src/lib/MainWindow.py 2004-09-20 13:34:12.640905230 +0200
+@@ -48,6 +48,7 @@
+ # bottom part of the document.
+ self._htmlview.set_property('can-focus', True)
+
++ gtkhtml2.gtk_html_context_get()
+ self._document = gtkhtml2.Document()
+ self._document.clear()
+