From 41a9a74be42581c6d5e43057d56e88e867c22977 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 15 Jan 2001 08:32:46 +0000 Subject: changed the signature of the property_bag get/set functions svn path=/trunk/; revision=7499 --- addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component/select-names/e-select-names-bonobo.c') diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index d6f0e10f05..7014cddc22 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -57,6 +57,7 @@ static void entry_get_property_fn (BonoboPropertyBag *bag, BonoboArg *arg, unsigned int arg_id, + CORBA_Environment *ev, void *user_data) { GtkWidget *widget; @@ -78,6 +79,7 @@ static void entry_set_property_fn (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { GtkWidget *widget; -- cgit v1.2.3