From 834968897afcbed131d21a11aa4ba3e85d17d513 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 29 Jul 2009 02:23:05 +0000 Subject: [PATCH] Change to new style glade format svn: r12846 --- src/Editors/_EditLdsOrd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Editors/_EditLdsOrd.py b/src/Editors/_EditLdsOrd.py index e3bb0b735..a22b734b0 100644 --- a/src/Editors/_EditLdsOrd.py +++ b/src/Editors/_EditLdsOrd.py @@ -330,8 +330,8 @@ class EditFamilyLdsOrd(EditSecondary): EditSecondary.__init__(self, state, uistate, track, attrib, callback) def _local_init(self): - self.top = glade.XML(const.GLADE_FILE, "lds_person_edit","gramps") - self.set_window(self.top.get_object("lds_person_edit"), + self.top = Glade() + self.set_window(self.top.toplevel, self.top.get_object('title'), _('LDS Ordinance Editor')) self.share_btn = self.top.get_object('share_place')