Fixing the updateSourceViewer function to not depend on -[NSArrayController selection...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 22:29:39 +0000 (15:29 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 22:29:39 +0000 (15:29 -0700)
commit40b51164e2eb993d8e691b00e1a85e73f42c7a48
tree0b51706aa03d84590045d9ff8ae934f6d85f8535
parentf0fe3b4bc6d67ef17d70f9b78a794f79e78f7c81
Fixing the updateSourceViewer function to not depend on -[NSArrayController selection] which is unreliable in returning the right proxy object

* Source/DebuggerWindowController.h: Remove _currentFile as it's not really needed
* Source/DebuggerWindowController.m:
([DebuggerWindowController updateSourceViewer]): Remove the dependency on [NSArrayController selection] and don't bother checking with _currentFile anymore
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m