Resolved the bug that prevented to show the link description after it was added.
Now the table is refreshed at any operation(add/remove).
Reviewed-on: http://gerrit.openafs.org/682
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
// manageButtonState:
// -------------------------------------------------------------------------------
-(void) tableViewLinkmanageButtonState:(NSIndexSet *) rowsSelectedIndex {
- NSLog(@"link selected %d", [rowsSelectedIndex count]);
[buttonRemoveLink setEnabled:[rowsSelectedIndex count]>0];
}
@end
- (void)didEndSymlinkSheet:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo
{
[lyncCreationSheet orderOut:self];
+ [self readPreferenceFile];
+ [tableViewLink reloadData];
+
}
@end