action.c: Unconditionally notify NetlistChanged() when loading new netlist
commitff24fd3c66a2da86b55b2d2c0e2af56cec0d5bde
authorPeter Clifton <pcjc2@cam.ac.uk>
Sat, 24 Dec 2011 01:05:56 +0000 (24 01:05 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Sat, 24 Dec 2011 01:12:41 +0000 (24 01:12 +0000)
tree5f2689fca0b3019d119d4c2a704cafec73cf205e
parent7308f512307158944482227d58e66373fd023d62
action.c: Unconditionally notify NetlistChanged() when loading new netlist

We need to call NetlistChanged() even if the loading failed, otherwise
the GUI is not informed that we free'd the old netlist.
src/action.c