mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-04 22:06:17 +00:00
Added an exception handler to NuTemplateWindowController, just to be paranoid.
This commit is contained in:
parent
4a2c00a0a2
commit
6ac84fab82
@ -245,7 +245,11 @@
|
||||
|
||||
-(void) outlineView:(NSOutlineView *)outlineView setObjectValue:(id)object forTableColumn:(NSTableColumn *)tableColumn byItem:(id)item
|
||||
{
|
||||
[item takeValue:object forKey: [tableColumn identifier]];
|
||||
NS_DURING
|
||||
[item takeValue:object forKey: [tableColumn identifier]];
|
||||
NS_HANDLER
|
||||
|
||||
NS_ENDHANDLER
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user