diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 04:19:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 04:19:26 +0800 |
commit | 3be3c9494b2aa680b3ca5e27752e62d0619e9da7 (patch) | |
tree | b65ad2698c2ec0d14b55e1023b2bf56572c8c0c5 /shell/e-shell-view.c | |
parent | fcdb82a93ae7cd8ef6bc7252f77b8af8afb98b13 (diff) | |
download | gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar.gz gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar.zst gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.zip |
Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove the
* e-dialog-utils.c: Do not #include <e-bonobo-widget.h>.
(e_set_dialog_parent): Remove the BonoboWidget handling stuff (it
doesn't really work anyways).
* e-shell-view.c: Do not #include "e-bonobo-widget.h".
* Makefile.am (widgetsinclude_HEADERS): Ooops, remove
e-bonobo-widget.h.
(libemiscwidgets_a_SOURCES): Likewise, remove e-bonobo-widget.c.
svn path=/trunk/; revision=19460
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 6252f6d40c..426ceb0750 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -48,7 +48,6 @@ #include "e-util/e-gtk-utils.h" #include "widgets/misc/e-clipped-label.h" -#include "widgets/misc/e-bonobo-widget.h" #include <gtk/gtkwidget.h> |