* src/GenericFilter.py: Only load rules that provide the required number of arguments.

svn: r4941
This commit is contained in:
Martin Hawlisch
2005-07-15 17:02:40 +00:00
parent 16858c1f4a
commit dfcc7e0efb
2 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
Show all names of a person; Show all images of person/source and place
* src/Utils.py (find_mime_type_pixbuf): Dont segfault with note only object
* src/SelectObject.py (on_select_row): Dont segfault with note only object
* src/GenericFilter.py: Only load rules that provide the required
number of arguments.
2005-07-14 Don Allingham <don@gramps-project.org>
* src/plugins/NavWebPage.py: gallery/media object enhancements, div/span fixes