diff options
author | Dan Gudmundsson <[email protected]> | 2011-10-03 14:12:32 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-11-08 08:46:08 +0100 |
commit | ffcacd111c61019a502a895b1edcfbc1578ddfa7 (patch) | |
tree | 5eb16cad1a8406e261f1e0c3f7cf2228e3d36c06 /lib/observer/src/observer_wx.erl | |
parent | 41dc04f0b76474596076bdc909760228fffc6a73 (diff) | |
download | otp-ffcacd111c61019a502a895b1edcfbc1578ddfa7.tar.gz otp-ffcacd111c61019a502a895b1edcfbc1578ddfa7.tar.bz2 otp-ffcacd111c61019a502a895b1edcfbc1578ddfa7.zip |
[observer] Clean up code
system tab, timer handling and "etop" code
More info in system tab, same timer handling in all tabs.
Remove dependency off etop process, do the roughly the same
functionality on our own.
Diffstat (limited to 'lib/observer/src/observer_wx.erl')
-rw-r--r-- | lib/observer/src/observer_wx.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/observer/src/observer_wx.erl b/lib/observer/src/observer_wx.erl index b4a85cd43b..ef3c6bb304 100644 --- a/lib/observer/src/observer_wx.erl +++ b/lib/observer/src/observer_wx.erl @@ -77,6 +77,7 @@ init(_Args) -> UpdState = setup(State), wxFrame:show(Frame), net_kernel:monitor_nodes(true), + process_flag(trap_exit, true), {Frame, UpdState}. setup(#state{frame = Frame} = State) -> |