Add default GrampsBar gramplets for new geography views
svn: r17263
This commit is contained in:
@@ -380,3 +380,9 @@ class GeoEvents(GeoGraphyView):
|
||||
add_item.show()
|
||||
menu.append(add_item)
|
||||
|
||||
def get_default_gramplets(self):
|
||||
"""
|
||||
Define the default gramplets for the sidebar and bottombar.
|
||||
"""
|
||||
return (("Event Filter Gramplet",),
|
||||
())
|
||||
|
||||
Reference in New Issue
Block a user