* 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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user