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:
committed by
Chris Lahey
parent
33cd57f545
commit
89ddfcd774
@ -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
|
||||
|
||||
Reference in New Issue
Block a user