diff options
author | Miguel de Icaza <miguel@helixcode.com> | 2000-11-18 22:27:04 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-11-18 22:27:04 +0800 |
commit | d502638fd6e50cfccc46fa125fb31e370a694ae1 (patch) | |
tree | b14a70629874345d9186ccb67f5dde9aa9a79bcf | |
parent | ce5c36d28ebad30b07bdba079cc6e0182c6ab6af (diff) | |
download | gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.tar gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.tar.gz gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.tar.bz2 gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.tar.lz gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.tar.xz gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.tar.zst gsoc2013-evolution-d502638fd6e50cfccc46fa125fb31e370a694ae1.zip |
Added widgets/menus that contains the gal-view-menus.c code from Gal that
2000-11-18 Miguel de Icaza <miguel@helixcode.com>
* 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
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | widgets/Makefile.am | 3 |
4 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2000-11-18 Miguel de Icaza <miguel@helixcode.com> + + * 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 <clahey@helixcode.com> * 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 <ebook/e-book.h> #include <gal/util/e-util.h> #include <gal/widgets/e-unicode.h> -#include <gal/menus/gal-view-menus.h> +#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 |