aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog8
-rw-r--r--addressbook/contact-editor/e-contact-quick-add.c2
-rw-r--r--addressbook/gui/contact-editor/e-contact-quick-add.c2
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 <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
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",
d>2011-07-102-3/+3 * - Please welcome GHC 7.0.3ashish2011-05-093-12/+10 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-081-3/+3 * Rename the following Haskell ports to bring them in sync with thepgj2010-05-251-1/+1 * - Update to 0.11.1pgj2010-05-193-31/+4 * - Update to 0.11pgj2010-05-174-14/+59 * Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-132-50/+11 * Switch to use newer GMP version.ale2010-04-191-1/+2 * - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-023-5/+5 * Reset sbahra at his request due to lack of time to work on these ports.linimon2009-08-201-2/+2 * Chase libgmp and bump PORTREVISION.ale2009-05-131-2/+2 * - Add support for Xft and UTF-8 (optional)pgj2009-03-222-5/+45