diff --git a/MacPass/MPPluginDataViewController.m b/MacPass/MPPluginDataViewController.m index 1e2ebb4d..6ac728c6 100644 --- a/MacPass/MPPluginDataViewController.m +++ b/MacPass/MPPluginDataViewController.m @@ -58,7 +58,7 @@ } - (IBAction)removeAllPluginData:(id)sender { - // + [self.representedNode clearCustomData]; } - (NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {