Replace .config rather than reconstructing plugins, drivers, and UIs.
authorW. Trevor King <wking@drexel.edu>
Sat, 14 Aug 2010 15:28:00 +0000 (11:28 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 14 Aug 2010 15:28:00 +0000 (11:28 -0400)
commitb90995fb4b6d8151df862d40edc8c369d7052cfa
tree39962ee6a02b90e5103777394ce412df65be3d29
parentb0be6d6f75dac4a3f26f5ce975bdd12ef0112822
Replace .config rather than reconstructing plugins, drivers, and UIs.

The previous implementation destroyed any state the plugins, etc. were
holding.  For example, it cleared CommandStackPlugin.command_stack.
hooke/hooke.py
hooke/plugin/__init__.py
hooke/plugin/config.py