Package: sugar-write-activity Please find patch attached.
>From 46294c39d38d842ca5d6fafb1cc14536c7921afe Mon Sep 17 00:00:00 2001 From: Sebastian Silva <sebast...@fuentelibre.org> Date: Sun, 5 Jul 2015 20:59:43 -0500 Subject: [PATCH] Fix crash on startup due to missing module initialization. --- widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets.py b/widgets.py index f1f9bfe..a443af2 100644 --- a/widgets.py +++ b/widgets.py @@ -204,6 +204,7 @@ class ExportButtonFactory(): class DocumentView(Abi.Widget): def __init__(self): + Abi.init([]) Abi.Widget.__init__(self) self.connect('size-allocate', self.__size_allocate_cb) try: -- 2.1.4