Allow each grampletpane to have its own config
svn: r14265
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user