Allow each grampletpane to have its own config

svn: r14265
This commit is contained in:
Doug Blank
2010-02-07 13:30:59 +00:00
parent 9110d76624
commit df9899a78b
2 changed files with 5 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ class GrampletView(PageView):
the base class. Returns a gtk container widget.
"""
# load the user's gramplets and set columns, etc
return GrampletPane(self, self.dbstate, self.uistate)
return GrampletPane("Gramplets_grampletview", self, self.dbstate, self.uistate)
def define_actions(self):
"""