diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-20 13:02:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-20 13:02:35 +0800 |
commit | 2421bfffad64767916d965d9d19b06be1f5e3831 (patch) | |
tree | bc0b6391a2e0250571eedc2dd6e001174939b9d6 /addressbook/ChangeLog | |
parent | 86061c474bf60aea3fa03d65033ea277fc7e99ce (diff) | |
download | gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.tar gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.tar.gz gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.tar.bz2 gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.tar.lz gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.tar.xz gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.tar.zst gsoc2013-evolution-2421bfffad64767916d965d9d19b06be1f5e3831.zip |
Fixed display of the minicards when the addressbook was first loading. (It
2000-09-20 Christopher James Lahey <clahey@helixcode.com>
* gui/widgets/e-addressbook-view.c: Fixed display of the minicards
when the addressbook was first loading. (It was overwriting a
string with NULL during init.)
svn path=/trunk/; revision=5517
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9522962c2c..0c9be6aa90 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-09-20 Christopher James Lahey <clahey@helixcode.com> + + * gui/widgets/e-addressbook-view.c: Fixed display of the minicards + when the addressbook was first loading. (It was overwriting a + string with NULL during init.) + 2000-09-19 Dan Winship <danw@helixcode.com> * gui/search/Makefile.am (ruledir): Use $(datadir), not |