From c8949ea9cef8d432002d956dd4a79ca89ca92fec Mon Sep 17 00:00:00 2001 From: Benjamin Kahn Date: Tue, 6 Mar 2001 16:15:30 +0000 Subject: Added the third argument to e_contact_editor_new. (Cheated and send NULL 2001-03-06 Benjamin Kahn * contact-editor/e-contact-quick-add.c (clicked_cb): Added the third argument to e_contact_editor_new. (Cheated and send NULL for the field argument, which is probably troublesome. It will be fixed soon by either clahey or toshok.) svn path=/trunk/; revision=8568 --- addressbook/ChangeLog | 8 ++++++++ addressbook/contact-editor/e-contact-quick-add.c | 2 +- addressbook/gui/contact-editor/e-contact-quick-add.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 221e3f81e1..027dfb3e6c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2001-03-06 Benjamin Kahn + + * contact-editor/e-contact-quick-add.c (clicked_cb): + Added the third argument to e_contact_editor_new. (Cheated + and send NULL for the field argument, which is probably + troublesome. It will be fixed soon by either clahey or + toshok.) + 2001-03-06 Jon Trowbridge * gui/component/select-names/e-select-names-model.c diff --git a/addressbook/contact-editor/e-contact-quick-add.c b/addressbook/contact-editor/e-contact-quick-add.c index f27fdf9553..8445542975 100644 --- a/addressbook/contact-editor/e-contact-quick-add.c +++ b/addressbook/contact-editor/e-contact-quick-add.c @@ -150,7 +150,7 @@ clicked_cb (GtkWidget *w, gint button, gpointer user_data) /* EDIT FULL */ EContactEditor *contact_editor; - contact_editor = e_contact_editor_new (card, TRUE); + contact_editor = e_contact_editor_new (card, TRUE, NULL); gtk_signal_connect (GTK_OBJECT (contact_editor), "add_card", diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index f27fdf9553..8445542975 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -150,7 +150,7 @@ clicked_cb (GtkWidget *w, gint button, gpointer user_data) /* EDIT FULL */ EContactEditor *contact_editor; - contact_editor = e_contact_editor_new (card, TRUE); + contact_editor = e_contact_editor_new (card, TRUE, NULL); gtk_signal_connect (GTK_OBJECT (contact_editor), "add_card", -- cgit v1.2.3