* src/GenericFilter.py: Support for categories and descriptions

for filters
* src/Plugins.py: removed unused variable
* src/gramps.desktop: compatible with desktop-file-validate
* src/rule.glade: new add/edit filter dialog
* src/plugins/FilterEditor.py: support for spin buttons and new
dialog box


svn: r1975
This commit is contained in:
Don Allingham
2003-08-10 05:28:11 +00:00
parent 6ba9a5fb5b
commit 8ca2c2af54
5 changed files with 525 additions and 98 deletions

View File

@@ -232,7 +232,6 @@ class PluginDialog:
key_list.reverse()
prev = None
self.ilist = []
for key in key_list:
data = item_hash[key]
node = self.store.insert_after(None,prev)