Indent error fix
svn: r9608
This commit is contained in:
parent
ca5e9f80c8
commit
b98e1ef9c7
@ -853,8 +853,8 @@ class MyGrampsView(PageView.PageView):
|
|||||||
cnt += 1
|
cnt += 1
|
||||||
all_opts["title"] = unique
|
all_opts["title"] = unique
|
||||||
if all_opts["title"] not in self.gadget_map:
|
if all_opts["title"] not in self.gadget_map:
|
||||||
g = make_requested_gadget(self, name, all_opts,
|
g = make_requested_gadget(self, name, all_opts,
|
||||||
self.dbstate, self.uistate)
|
self.dbstate, self.uistate)
|
||||||
if g:
|
if g:
|
||||||
self.gadget_map[all_opts["title"]] = g
|
self.gadget_map[all_opts["title"]] = g
|
||||||
self.frame_map[str(g.mainframe)] = g
|
self.frame_map[str(g.mainframe)] = g
|
||||||
|
Loading…
x
Reference in New Issue
Block a user