Reset the view when we set the model here. Fixes Ximian #4105.

2001-07-16  Christopher James Lahey  <clahey@ximian.com>

	* gal/widgets/e-reflow.c (connect_model): Reset the view when we
	set the model here.  Fixes Ximian #4105.

svn path=/trunk/; revision=11124
This commit is contained in:
Christopher James Lahey
2001-07-16 11:29:18 +00:00
committed by Chris Lahey
parent 33cd57f545
commit 89ddfcd774

View File

@ -439,6 +439,7 @@ connect_model (EReflow *reflow, EReflowModel *model)
reflow->model_item_changed_id =
gtk_signal_connect (GTK_OBJECT (reflow->model), "model_item_changed",
GTK_SIGNAL_FUNC (item_changed), reflow);
model_changed (model, reflow);
}
static void