From ea82c78d9629831497e529c2b56db7af88e89efb Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Thu, 7 Feb 2002 11:26:12 +0000 Subject: Missed one. svn path=/trunk/; revision=15593 --- addressbook/ChangeLog | 3 ++- addressbook/gui/widgets/e-addressbook-view.h | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7b9a7cf822..ee2ba67f15 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,7 @@ 2002-02-07 Christopher James Lahey - * gui/widgets/e-addressbook-view.c + * gui/widgets/e-addressbook-view.c, + gui/widgets/e-addressbook-view.h (e_addressbook_view_setup_menus): Changed this function to use the new GalViewMenus which takes a GalViewInstance, instead of a GalViewCollection. diff --git a/addressbook/gui/widgets/e-addressbook-view.h b/addressbook/gui/widgets/e-addressbook-view.h index 9c9ccce8da..98258ab88c 100644 --- a/addressbook/gui/widgets/e-addressbook-view.h +++ b/addressbook/gui/widgets/e-addressbook-view.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include "e-addressbook-model.h" #include "widgets/menus/gal-view-menus.h" #include "addressbook/backend/ebook/e-book.h" @@ -79,9 +79,11 @@ struct _EAddressbookView GtkWidget *vbox; - /* Menus handler and the view collection */ - GalViewCollection *view_collection; + /* Menus handler and the view instance */ + GalViewInstance *view_instance; GalViewMenus *view_menus; + GalView *current_view; + BonoboUIComponent *uic; }; struct _EAddressbookViewClass -- cgit v1.2.3