intro: remove progressbar from parent when cloning a second time

This commit is contained in:
Hylke Bons 2011-06-13 17:32:05 +01:00
parent 9502ebda5c
commit f312a1fbb1

View file

@ -558,6 +558,9 @@ namespace SparkleShare {
});
};
if (this,progress_bar.Parent != null)
this.progress_bar.Parent.Remove (this.progress_bar);
layout_vertical.PackStart (this.progress_bar, false, false, 54);
Add (layout_vertical);