From c80989d0b1f1c126af7a2648f3420c5358dca844 Mon Sep 17 00:00:00 2001 From: Tuukka Hastrup Date: Sat, 22 Sep 2007 01:33:43 +0300 Subject: [PATCH] Temporary fix to gtkhtml by using show instead of show_all. --- straw/ItemView.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/straw/ItemView.py b/straw/ItemView.py index 9d3d137..c5b0918 100644 --- a/straw/ItemView.py +++ b/straw/ItemView.py @@ -531,7 +531,8 @@ class ItemView: # self._scroll_presenter.show_view() widget.add(child) - widget.show_all() + child.show() + widget.show() config = Config.get_instance() self._html_presenter.set_view_magnification(config.text_magnification) -- 2.11.4.GIT