* src/PedView.py: fix quote

* src/PersonView.py: reset db and build tree on database reload
* src/GrampsDb/_GrampsDbBase.py: clear active on database change


svn: r5917
This commit is contained in:
Don Allingham
2006-02-10 05:10:35 +00:00
parent 8edb0798e2
commit ebba95652f
4 changed files with 8 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class PersonBoxWidget( gtk.DrawingArea):
self.set_size_request(max(xmin,120),max(ymin,25))
def on_enter_cb(self,widget,event):
'''' On mouse-over hightlight border'''
''' On mouse-over hightlight border'''
self.border_gc.line_width = 3
self.queue_draw()