aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-02-20 06:59:31 +0800
committerChris Toshok <toshok@src.gnome.org>2003-02-20 06:59:31 +0800
commit7dd90d268d8270764d57a1ffffbcbd3ab69fc443 (patch)
treeb05cfe270bdc336098f1260b4cd85c8e18f6eb3a /addressbook/gui/component
parentb2222dd5b6cd9487642fd945ffa4f0cb0b172d63 (diff)
downloadgsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar
gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.gz
gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.bz2
gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.lz
gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.xz
gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.zst
gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.zip
[ fix #38074 ] first arg is a GtkWidget. duh.
2003-02-19 Chris Toshok <toshok@ximian.com> [ fix #38074 ] * gui/component/e-address-popup.c (add_contacts_cb): first arg is a GtkWidget. duh. svn path=/trunk/; revision=19952
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/e-address-popup.c2
1 files changed, 1 insertions, 1 deletions
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)