aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-15 04:19:26 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-15 04:19:26 +0800
commit3be3c9494b2aa680b3ca5e27752e62d0619e9da7 (patch)
treeb65ad2698c2ec0d14b55e1023b2bf56572c8c0c5 /e-util/ChangeLog
parentfcdb82a93ae7cd8ef6bc7252f77b8af8afb98b13 (diff)
downloadgsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar
gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar.gz
gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar.bz2
gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar.lz
gsoc2013-evolution-3be3c9494b2aa680b3ca5e27752e62d0619e9da7.tar.xz
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 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 11175f8e88..58dcd79912 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,11 @@
2003-01-14 Ettore Perazzoli <ettore@ximian.com>
+ * 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).
+
+2003-01-14 Ettore Perazzoli <ettore@ximian.com>
+
* Makefile.am (eutilinclude_HEADERS): Add e-dialog-utils.h.
2003-01-09 Chris Toshok <toshok@ximian.com>