summaryrefslogtreecommitdiffstats
path: root/news/straw/segfault-fix.patch
blob: 0e2701b04a3e4cb0976a4332e6362115217fc5e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
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()