diff options
author | Milan Crha <mcrha@redhat.com> | 2008-07-22 16:43:06 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-07-22 16:43:06 +0800 |
commit | 5e4b6fcb89797b533b9a741c491ec592d2a06721 (patch) | |
tree | 012b019d2cb42765d3bcb818093e094d020f2104 /shell | |
parent | 2de8babf9a0cb55073d8cd6fd7252d0df20d7946 (diff) | |
download | gsoc2013-evolution-5e4b6fcb89797b533b9a741c491ec592d2a06721.tar.gz gsoc2013-evolution-5e4b6fcb89797b533b9a741c491ec592d2a06721.tar.zst gsoc2013-evolution-5e4b6fcb89797b533b9a741c491ec592d2a06721.zip |
** Fix for bug #544022
2008-07-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #544022
* configure.in: Do not redefine DBUS_VERSION define supplied
by dbus itself, rather rename our define to FOUND_DBUS_VERSION.
* mail/e-searching-tokenizer.c: (dump_trie):
Define function only when required. (Compiler warning cleanup.)
* shell/e-shell-window-commands.c: (char *authors[]):
Break the escape sequence properly (compiler warning cleanup).
* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.
* plugins/mail-notification/Makefile.am:
* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
DBUS_VERSION define, it's supplied by dbus itself.
svn path=/trunk/; revision=35819
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cd5901f2bf..df4ac19595 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2008-07-22 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #544022 + + * e-shell-window-commands.c: (char *authors[]): + Break the escape sequence properly (compiler warning cleanup). + 2008-07-20 Andre Klapper <a9016009@gmx.de> ** Fixes bug #542828 diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 666be38e50..a9f46205bb 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -272,7 +272,7 @@ static const char *authors[] = { "Daniel van Eeden", "Daniel Veillard", "Daniel Yacob", - "Danilo \xC5\xA0egan", + "Danilo \xC5\xA0" "egan", "Darin Adler", "Dave Benson", "Dave Camp", |