Martin Hawlisch 5b44756832 * src/gramps_main.py (post_load): Emit "database-changed" signal instead of calling change_db().
* src/PedView.py: Connect to "database-changed" signal and handle person-update signals to redraw the view.
* src/FamilyView.py (__init__) connect to database-changed signal, dont call change_cb because on initialisation there is no real database. (change_db): use database parameter supplied by signal emission.
* src/PeopleView.py (__init__) dont connect the signals, this will be done by change_db, (change_db): Use supplied database.
* src/SourceView.py (__init__): dont call change_cb because on initialisation there is no real database and this will be done by the signal.


svn: r4304
2005-04-06 09:40:41 +00:00
..
2005-01-28 06:02:33 +00:00
2005-02-02 05:05:05 +00:00
2005-03-14 03:51:40 +00:00
2005-01-11 16:56:51 +00:00
2005-01-06 19:26:54 +00:00
2005-03-17 19:38:03 +00:00
2005-03-28 05:05:38 +00:00