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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f855b3f658..fd490490f5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2003-01-14 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c: Do not #include "e-bonobo-widget.h". + +2003-01-14 Ettore Perazzoli <ettore@ximian.com> + * Makefile.am (EXTRA_DIST): Add $(schema_DATA) here. 2003-01-14 Rodney Dawes <dobey@ximian.com> |