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/addressbook.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component/addressbook.c') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 531106b2c4..bf7bdf7067 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -441,6 +441,7 @@ static void get_prop (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { AddressbookView *view = user_data; @@ -463,6 +464,7 @@ static void set_prop (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { AddressbookView *view = user_data; -- cgit v1.2.3