track change to e_contact_editor_new.

2001-03-02  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names-text-model.c
	(e_select_names_text_model_activate_obj): track change to
	e_contact_editor_new.

svn path=/trunk/; revision=8518
This commit is contained in:
Chris Toshok
2001-03-02 12:19:25 +00:00
committed by Chris Toshok
parent dad9e73fd9
commit df2372ad84
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-03-02 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-text-model.c
(e_select_names_text_model_activate_obj): track change to
e_contact_editor_new.
2001-03-02 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (add_objectclass_mod): add

View File

@ -691,7 +691,7 @@ e_select_names_text_model_activate_obj (ETextModel *model, gint n)
card = e_select_names_model_get_card (source, i);
g_return_if_fail (card);
contact_editor = e_contact_editor_new ((ECard *) card, FALSE);
contact_editor = e_contact_editor_new ((ECard *) card, FALSE, TRUE);
e_contact_editor_raise (contact_editor);
}