diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-23 22:55:52 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-23 22:55:52 +0800 |
commit | 64a3e0a91c24b5b6677bfc1149505e620ddc4875 (patch) | |
tree | f29d109cd8938e517dfdd6c046da36160e07052d /e-util/ChangeLog | |
parent | c4e2afa4a076769c3bd22393edd6ca8710f96c2e (diff) | |
download | gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.gz gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.bz2 gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.lz gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.xz gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.zst gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.zip |
Fix a non-ANSI switch label.
* e-component-listener.c (connection_listen_cb): Fix a non-ANSI
switch label.
* e-gui-utils.c: only include "art/empty.xpm" if
HAVE_LIBGNOMEUI_GNOME_ICON_LOOKUP_H isn't defined
* e-xml-hash-utils.c (e_xml_to_hash): Deconstify a non-const
variable to fix a warning.
svn path=/trunk/; revision=21901
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 65389666b9..338519c8a2 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,14 @@ +2003-07-23 Dan Winship <danw@ximian.com> + + * e-component-listener.c (connection_listen_cb): Fix a non-ANSI + switch label. + + * e-gui-utils.c: only include "art/empty.xpm" if + HAVE_LIBGNOMEUI_GNOME_ICON_LOOKUP_H isn't defined + + * e-xml-hash-utils.c (e_xml_to_hash): Deconstify a non-const + variable to fix a warning. + 2003-07-03 JP Rosevear <jpr@ximian.com> * e-xml-hash-utils.c (foreach_save_func): encode the text |