From d502638fd6e50cfccc46fa125fb31e370a694ae1 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 18 Nov 2000 14:27:04 +0000 Subject: Added widgets/menus that contains the gal-view-menus.c code from Gal that 2000-11-18 Miguel de Icaza * Added widgets/menus that contains the gal-view-menus.c code from Gal that depended on Bonobo. * configure.in: Update list of Makefiles; * widgets/Makefile.am: Update. svn path=/trunk/; revision=6608 --- ChangeLog | 9 +++++++++ addressbook/gui/component/addressbook.c | 2 +- configure.in | 2 ++ widgets/Makefile.am | 3 ++- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b55e613d48..a6a16d221c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-18 Miguel de Icaza + + * Added widgets/menus that contains the gal-view-menus.c code from + Gal that depended on Bonobo. + + * configure.in: Update list of Makefiles; + + * widgets/Makefile.am: Update. + 2000-11-13 Christopher James Lahey * configure.in: Update the gal reqiurement version. diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 533f13ba90..632f6ba05f 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include "widgets/menus/gal-view-menus.h" #include "addressbook/gui/search/e-addressbook-search-dialog.h" #include "addressbook/gui/widgets/e-addressbook-view.h" diff --git a/configure.in b/configure.in index 02cc5ac205..03ac000207 100644 --- a/configure.in +++ b/configure.in @@ -635,6 +635,7 @@ widgets/Makefile widgets/meeting-time-sel/Makefile widgets/misc/Makefile widgets/shortcut-bar/Makefile +widgets/menus/Makefile addressbook/Makefile addressbook/conduit/Makefile addressbook/contact-editor/Makefile @@ -677,6 +678,7 @@ default_user/local/Executive-Summary/Makefile default_user/local/Inbox/Makefile default_user/local/Outbox/Makefile default_user/local/Sent/Makefile +default_user/local/Tasks/Makefile default_user/local/Trash/Makefile tools/Makefile doc/Makefile diff --git a/widgets/Makefile.am b/widgets/Makefile.am index fa98deea15..ef07ea89e4 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -2,4 +2,5 @@ SUBDIRS = \ misc \ meeting-time-sel \ - shortcut-bar + shortcut-bar \ + menus -- cgit v1.2.3