Minor typo

This commit is contained in:
Alex Hudson 2011-06-14 10:30:38 +01:00
parent 93bb772db0
commit 63c69eea90

View file

@ -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);