aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@helixcode.com>2000-11-18 22:09:28 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-11-18 22:09:28 +0800
commitce5c36d28ebad30b07bdba079cc6e0182c6ab6af (patch)
treeb41e9c80f4c81e5df2fb3d240365057d48b832df /widgets
parent601f82c4790c9cf1118e4313c8672ffc2f9d7e57 (diff)
downloadgsoc2013-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')
-rw-r--r--widgets/menus/gal-view.h1
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))