From 23ca01e1866235921710b5fd04ba295c35c146b1 Mon Sep 17 00:00:00 2001 From: Alex Hudson Date: Tue, 14 Jun 2011 10:30:38 +0100 Subject: [PATCH] Minor typo --- SparkleShare/SparkleIntro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index b750827e..93469c6a 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -558,7 +558,7 @@ namespace SparkleShare { }); }; - if (this,progress_bar.Parent != null) + if (this.progress_bar.Parent != null) this.progress_bar.Parent.Remove (this.progress_bar); layout_vertical.PackStart (this.progress_bar, false, false, 54);