From 2ad0db845a7e2991ca2bf7f1018d2bd78aad1768 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 10 Nov 2000 02:54:37 +0000 Subject: Require gal 0.2.99.1. 2000-11-09 Christopher James Lahey * configure.in: Require gal 0.2.99.1. From addressbook/ChangeLog: 2000-11-09 Christopher James Lahey * backend/pas/pas-backend-ldap.c: Fixed a warning. * gui/component/addressbook.c: Put in gal view menus for testing purposes. * printing/e-contact-print-envelope.c: Fixed up envelope printing a bit. Added code for printing return addresses. svn path=/trunk/; revision=6529 --- addressbook/gui/component/addressbook.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 5ce49871ba..533f13ba90 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "addressbook/gui/search/e-addressbook-search-dialog.h" #include "addressbook/gui/widgets/e-addressbook-view.h" @@ -322,6 +323,7 @@ control_activate (BonoboControl *control, AddressbookView *view) { Bonobo_UIContainer remote_ui_container; + GalViewMenus *views; remote_ui_container = bonobo_control_get_remote_ui_container (control); bonobo_ui_component_set_container (uic, remote_ui_container); @@ -341,6 +343,10 @@ control_activate (BonoboControl *control, "evolution-addressbook"); #endif + views = gal_view_menus_new(); + gal_view_menus_apply(views, uic, NULL); + gtk_object_unref(GTK_OBJECT(views)); + update_view_type (view); bonobo_ui_component_thaw (uic, NULL); -- cgit v1.2.3