diff options
author | Chris Lahey <clahey@src.gnome.org> | 2001-08-20 01:36:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-20 01:36:57 +0800 |
commit | a0b2e04ccf56905319c81229773ce04291ea2298 (patch) | |
tree | c1882eb1cc21f3518e834e2e45299507a6d16f58 | |
parent | 7aa37d45375de7a08821f7108cd90cdc96273be5 (diff) | |
download | gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.tar gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.tar.gz gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.tar.bz2 gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.tar.lz gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.tar.xz gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.tar.zst gsoc2013-evolution-a0b2e04ccf56905319c81229773ce04291ea2298.zip |
Forgot to mention that this commit fixes Ximian bug #4670.
svn path=/trunk/; revision=12221
-rw-r--r-- | addressbook/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a1d0828376..a9caceb436 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -4,7 +4,8 @@ gui/widgets/e-addressbook-model.c, gui/widgets/e-addressbook-model.h (update_folder_bar_message), gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h - (folder_bar_message): Set the folder bar message here. + (folder_bar_message): Set the folder bar message here. Fixes + Ximian bug #4670. * gui/component/select-names/e-select-names-model.c (SEPLEN): Use strlen(SEPARATOR) here so that if the separator changes the length |