diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-26 00:55:28 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-26 00:55:28 +0800 |
commit | fcfda658fd965a09798f13b435a2b4d853e16c5c (patch) | |
tree | c5cee8a0a998a10719d74388e1b3cc90ae1acfc4 /shell/ChangeLog | |
parent | 0fbf9cd43f4198e6c6103dbf00ad2cd76dca8417 (diff) | |
download | gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.gz gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.tar.zst gsoc2013-evolution-fcfda658fd965a09798f13b435a2b4d853e16c5c.zip |
$(BONOBO_CONF_CFLAGS) was here twice, took out one of them.
2001-07-25 Jason Leach <jleach@ximian.com>
* Makefile.am (INCLUDES): $(BONOBO_CONF_CFLAGS) was here twice,
took out one of them.
* e-shell-view.c (socket_destroy_cb): Mem leak fix. Thanks to the
amazing Jacob B. Bug #5054.
svn path=/trunk/; revision=11402
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 85ddb6da8f..93c511493a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-07-25 Jason Leach <jleach@ximian.com> + * Makefile.am (INCLUDES): $(BONOBO_CONF_CFLAGS) was here twice, + took out one of them. + + * e-shell-view.c (socket_destroy_cb): Mem leak fix. Thanks to the + amazing Jacob B. Bug #5054. + +2001-07-25 Jason Leach <jleach@ximian.com> + * e-task-widget.c: #include <libgnome/gnome-defs.h> and <libgnome/gnome-i18n.h> instead of the full <libgnome/libgnome.h>, as noted by a comment here. |