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:
committed by
Chris Toshok
parent
dad9e73fd9
commit
df2372ad84
@ -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
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user