From 8b2ca2678997eee8b2b50206f51c72fbe242f972 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 21 Sep 2000 14:13:27 +0000 Subject: s/Bonobo_UIHandler/Bonobo_UIContainer/ s/include "bonobo-ui-handler.h"/include "bonobo-ui-compat.h"/ svn path=/trunk/; revision=5539 --- addressbook/ChangeLog | 4 ++++ addressbook/gui/component/addressbook.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7703a101e5..2db2785dee 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2000-09-21 Michael Meeks + + * gui/component/addressbook.c (control_activate): remove _UIHandler + 2000-09-21 Christopher James Lahey * backend/ebook/load-pine-addressbook.c: Added a missing include diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 1ff63b32c4..10a092cea1 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -325,7 +325,7 @@ static void control_activate (BonoboControl *control, BonoboUIHandler *uih, AddressbookView *view) { - Bonobo_UIHandler remote_uih; + Bonobo_UIContainer remote_uih; char *fname; xmlNode *ui; Bonobo_UIContainer container; -- cgit v1.2.3