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 /addressbook/gui | |
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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |