New citation editor

svn: r17983
This commit is contained in:
Nick Hall
2011-08-01 22:49:19 +00:00
parent 570f5e53a3
commit e26c5325e0
2 changed files with 126 additions and 47 deletions

View File

@ -190,12 +190,9 @@ class EditCitation(EditPrimary):
self.track,
self.db.readonly)
# FIXME: This needs to be changed to reflect the correct names
# and uncommented when src/glade/editcitation.glade
# has been amended to include an id in the Citation section.
# self.gid = MonitoredEntry(
# self.glade.get_object('gid'), self.obj.set_gramps_id,
# self.obj.get_gramps_id,self.db.readonly)
self.gid = MonitoredEntry(
self.glade.get_object('gid2'), self.obj.set_gramps_id,
self.obj.get_gramps_id,self.db.readonly)
self.volume = MonitoredEntry(
self.glade.get_object("volume"), self.obj.set_page,