From a3083a9d815d100819b1bb59a1521d6c81d8f56f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 21 May 2013 19:16:18 +0100 Subject: [PATCH] mac setup: Make sure to update list after adding new plugin --- SparkleShare/Mac/SparkleSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index ac98747a..384c3595 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -219,7 +219,7 @@ namespace SparkleShare { NSFontTraitMask.Condensed, 0, 11), }; - if (TableView == null) { + if (TableView == null || TableView.RowCount != Controller.Plugins.Count) { TableView = new NSTableView () { Frame = new RectangleF (0, 0, 0, 0), RowHeight = 34,