From 441496f2604c26171778f8d00b71cbdc29d9dacf Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 17 May 2017 19:05:17 +0200 Subject: [PATCH] clearing plugin data wired up --- MacPass/MPPluginDataViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {