From 7dd90d268d8270764d57a1ffffbcbd3ab69fc443 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 19 Feb 2003 22:59:31 +0000 Subject: [ fix #38074 ] first arg is a GtkWidget. duh. 2003-02-19 Chris Toshok [ fix #38074 ] * gui/component/e-address-popup.c (add_contacts_cb): first arg is a GtkWidget. duh. svn path=/trunk/; revision=19952 --- addressbook/gui/component/e-address-popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/e-address-popup.c b/addressbook/gui/component/e-address-popup.c index 39c51a3720..47cf6010fb 100644 --- a/addressbook/gui/component/e-address-popup.c +++ b/addressbook/gui/component/e-address-popup.c @@ -1002,7 +1002,7 @@ e_address_popup_cardify (EAddressPopup *pop, ECard *card) } static void -add_contacts_cb (EAddressPopup *pop) +add_contacts_cb (GtkWidget *button, EAddressPopup *pop) { if (pop->email && *pop->email) { if (pop->name && *pop->name) -- cgit