Config method changed

svn: r6429
This commit is contained in:
Don Allingham
2006-04-24 21:04:01 +00:00
parent 999711b902
commit 5afa945819
24 changed files with 557 additions and 1068 deletions

View File

@@ -300,7 +300,7 @@ class DisplayState(GrampsDb.GrampsDBCallback):
if self.dbstate.active == None:
self.status.push(self.status_id,"")
else:
if Config.get_statusbar() <= 1:
if Config.get(Config.STATUSBAR) <= 1:
person = self.dbstate.get_active_person()
pname = NameDisplay.displayer.display(person)
name = "[%s] %s" % (person.get_gramps_id(),pname)