]> git.zarvox.org Git - wp3.git/commit
Make opening a new database work correctly in EditPerson.
authorDrew Fisher <drew.m.fisher@gmail.com>
Mon, 13 Jul 2009 01:01:32 +0000 (18:01 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Mon, 13 Jul 2009 01:01:32 +0000 (18:01 -0700)
commit31bfa115addd7c3d0fdb8fe4dde68347b6aa6117
tree4d476fb36e68538b706ea1287bbc2ef7f71720e5
parent89b220d90f1dff4f8ef2dc69f56cd6038cde6c44
Make opening a new database work correctly in EditPerson.

This patch fixes the bug where you'd open a new database, edit some data
in it, hit save, and it would update that row in the originally-opened
database.

Also thrown in is some refactoring work in EditPerson to maximize code reuse.
editperson.py
mainapp.py