Rather than having GDBpConnection tell the window controller to change status, cache...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 04:06:34 +0000 (23:06 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 04:06:34 +0000 (23:06 -0500)
commitd9ebad6d24409d279b9daaf40e5e7e2e80fbd6b3
tree0059e527fed3d582e8605f20f11d94d176a8845a
parente6507115be589a79622474647a8f46939ad75656
Rather than having GDBpConnection tell the window controller to change status, cache the status as an ivar and bind to it

* Source/GDBpConnection.h: Define the status ivar and make it a prop
* Source/GDBpConnection.m:
(refreshStatus): Remove most of the status-updating code
(updateStatus): New method to fetch and set the status ivar
* English.lproj/Debugger.xib: Bind the status text to GDBpConnection's new status ivar
English.lproj/Debugger.xib
Source/GDBpConnection.h
Source/GDBpConnection.m