diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-27 11:17:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-27 11:17:29 +0800 |
commit | 8cb9e29ae525f39382cf7f06e8e988286fec0a47 (patch) | |
tree | e7782f182c11a5ec587d786693900e6a3921bf36 /addressbook/ChangeLog | |
parent | 2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57 (diff) | |
download | gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.tar gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.tar.gz gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.tar.bz2 gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.tar.lz gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.tar.xz gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.tar.zst gsoc2013-evolution-8cb9e29ae525f39382cf7f06e8e988286fec0a47.zip |
memmove counts were off in this function. (remove_card, modify_card):
2001-06-26 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-table-adapter.c (create_card): memmove
counts were off in this function.
(remove_card, modify_card): Moved the table notifications around a
bit here.
svn path=/trunk/; revision=10525
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 970fb7be26..23319f1fef 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2001-06-26 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/e-addressbook-table-adapter.c (create_card): memmove + counts were off in this function. + (remove_card, modify_card): Moved the table notifications around a + bit here. + +2001-06-26 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h, gui/component/select-names/select-names.glade |