diff options
author | Miguel de Icaza <miguel@helixcode.com> | 2000-11-18 22:09:28 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-11-18 22:09:28 +0800 |
commit | ce5c36d28ebad30b07bdba079cc6e0182c6ab6af (patch) | |
tree | b41e9c80f4c81e5df2fb3d240365057d48b832df /widgets/menus | |
parent | 601f82c4790c9cf1118e4313c8672ffc2f9d7e57 (diff) | |
download | gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.tar gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.tar.gz gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.tar.bz2 gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.tar.lz gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.tar.xz gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.tar.zst gsoc2013-evolution-ce5c36d28ebad30b07bdba079cc6e0182c6ab6af.zip |
Removed test for Bonobo here.
2000-11-18 Miguel de Icaza <miguel@helixcode.com>
* configure.in (gnomelocaledir): Removed test for Bonobo here.
* gal/menus/gal-view-menus.c: Removed this file, and moved into
Evolution.
svn path=/trunk/; revision=6607
Diffstat (limited to 'widgets/menus')
-rw-r--r-- | widgets/menus/gal-view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/menus/gal-view.h b/widgets/menus/gal-view.h index 0e1a49e1ca..ba29e17fc7 100644 --- a/widgets/menus/gal-view.h +++ b/widgets/menus/gal-view.h @@ -4,7 +4,6 @@ #include <gtk/gtkobject.h> #include <gnome-xml/tree.h> -#include <bonobo/bonobo-ui-component.h> #define GAL_VIEW_TYPE (gal_view_get_type ()) #define GAL_VIEW(o) (GTK_CHECK_CAST ((o), GAL_VIEW_TYPE, GalView)) |