aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/e-address-popup.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8b9094b253..0127291ed3 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-30 Chris Toshok <toshok@ximian.com>
+
+ [ fixes bug #39381 (again) ]
+ * gui/component/e-address-popup.c (edit_contact_info_cb): add
+ "GtkWidget *button" first arg, so we don't crash.
+
2003-03-28 Chris Toshok <toshok@ximian.com>
[ fixes bug #40403 ]
diff --git a/addressbook/gui/component/e-address-popup.c b/addressbook/gui/component/e-address-popup.c
index 2231e0d107..1cb080bf62 100644
--- a/addressbook/gui/component/e-address-popup.c
+++ b/addressbook/gui/component/e-address-popup.c
@@ -969,7 +969,7 @@ contact_editor_cb (EBook *book, EBookStatus status, gpointer closure)
}
static void
-edit_contact_info_cb (EAddressPopup *pop)
+edit_contact_info_cb (GtkWidget *button, EAddressPopup *pop)
{
EBook *book;
emit_event (pop, "Hide");