diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <michael@helixcode.com> + + * gui/component/addressbook.c (control_activate): remove _UIHandler + 2000-09-21 Christopher James Lahey <clahey@helixcode.com> * 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; |