diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-04 10:43:56 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-04 10:43:56 +0800 |
commit | 8f5053c7533fe3108ac587e34e8cf943526ecb62 (patch) | |
tree | 4810935136a8d38fe719662d8772b75428b97697 /addressbook/ChangeLog | |
parent | 7296e1c66438454fa48b616605a6720e6ab05923 (diff) | |
download | gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.tar gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.tar.gz gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.tar.bz2 gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.tar.lz gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.tar.xz gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.tar.zst gsoc2013-evolution-8f5053c7533fe3108ac587e34e8cf943526ecb62.zip |
Fixed a crash here.
2001-04-03 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-view.c (table_double_click): Fixed a
crash here.
svn path=/trunk/; revision=9162
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index fb6d83ea05..c08f897c49 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-04-03 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/e-addressbook-view.c (table_double_click): Fixed a + crash here. + +2001-04-03 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/e-addressbook-model.c (COLS): Made this table model more consistent in the number of columns it has. (addressbook_append_row): Fixed this function. We removed the col @@ -42,6 +47,8 @@ * printing/e-contact-print-envelope.c: Added #include <time.h> and #include <libgnome/gnome-paper.h> +2001-04-03 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names-completion.c (match_email): Better handle matching of "nameless" contacts. |