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)
The previous implementation destroyed any state the plugins, etc. were
holding.  For example, it cleared CommandStackPlugin.command_stack.


No differences found