Added the third argument to e_contact_editor_new. (Cheated and send NULL

2001-03-06  Benjamin Kahn  <xkahn@cybersites.com>

	* 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
This commit is contained in:
Benjamin Kahn
2001-03-06 16:15:30 +00:00
committed by Benjamin Kahn
parent e6e1655f31
commit c8949ea9ce
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
2001-03-06 Benjamin Kahn <xkahn@cybersites.com>
* 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 <trow@ximian.com>
* gui/component/select-names/e-select-names-model.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",
@@ -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",