Finish the refactoring in the previous commit and now the window title is properly set
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 22:07:07 +0000 (14:07 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 22:07:07 +0000 (14:07 -0800)
commit15c9eeaa9c32773dd11efc7c1ef0aefb075efb22
tree181e617f73f14f18040714440d7da346d07db6bc
parent24a5001ae6019036592006618924d207b42a5570
Finish the refactoring in the previous commit and now the window title is properly set

* Source/DebuggerConnection.h: Removed the definition for -[windowDidClose]
* Source/DebuggerConnection.m:
([DebuggerConnection initWithWindowController:port:session:]): Don't set the status in this method because the nib isn't awake yet
* Source/DebuggerWindowController.m:
([DebuggerWindowController initWithPort:session:]): Make self key and front
([DebuggerWindowController awakeFromNib]): Set the default status to be "Connecting"
([DebuggerWindowController windowWillClose:]): Removed
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.m