From 13ea569098972657675694edeacd80bcb7377fb2 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 31 Mar 2003 00:38:16 +0000 Subject: [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so we 2003-03-30 Chris Toshok [ fixes bug #39381 (again) ] * gui/component/e-address-popup.c (edit_contact_info_cb): add "GtkWidget *button" first arg, so we don't crash. svn path=/trunk/; revision=20585 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/e-address-popup.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + [ 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 [ 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"); -- cgit