Can't remove from GtkWidgets - is Reparent what it's really doing?

This commit is contained in:
Alex Hudson 2011-06-14 10:39:16 +01:00
parent 63c69eea90
commit ab8f1b4ae8

View file

@ -559,7 +559,7 @@ namespace SparkleShare {
};
if (this.progress_bar.Parent != null)
this.progress_bar.Parent.Remove (this.progress_bar);
layout_vertical.Reparent(this.progress_bar);
layout_vertical.PackStart (this.progress_bar, false, false, 54);