16,736
edits
Changes
→Issues: For Gramps 4.2+]: teach addon how to parse github feed
==Issues==
* Does not work with Gramps 4.1 ( AttributeError: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject". See: [https://bugzilla.gnomegramps-project.org/show_bugbugs/view.cgiphp?id=709183 ) Changing "import gobject" to "from gi.repository import GObject as gobject" makes the gramplet work8558#c41544 For Gramps 4. (Fixed on master [[User:Sam888|Sam8882+]] ([[User talk:Sam888|talk]]) 20:12, 27 December 2014 (MST) )teach addon how to parse github feed
* Dialog box does not expand correctly