diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2007-12-06 01:57:09 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2007-12-06 01:57:09 +0800 |
commit | 4c836a0a8214111f247070943e4538b919e51c0d (patch) | |
tree | cfe11e888d1090ccf475c43a4a3bdf7c8fe88e4a /addressbook/ChangeLog | |
parent | 1613f2b67d06537d0c8ff334188f42353dedd0ae (diff) | |
download | gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.gz gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.bz2 gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.lz gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.xz gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.zst gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.zip |
Corrected misspelled instances of vCard in:
M addressbook/gui/component/addressbook-view.c
M addressbook/gui/widgets/eab-vcard-control.c
M addressbook/gui/widgets/eab-gui-util.c
M addressbook/gui/widgets/e-addressbook-view.c
M addressbook/importers/evolution-vcard-importer.c
svn path=/trunk/; revision=34657
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b94ff7c4e2..2d1c1785dc 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2007-12-05 Lucky Wankhede <wlakke@novell.com> + + ** Fix for bug #409121 + + * gui/component/addressbook-view.c: + * gui/widgets/e-addressbook-view.c: (save_as), (eab_view_save_as): + * gui/widgets/eab-gui-util.c: + (eab_send_contact_list_as_attachment): + * gui/widgets/eab-vcard-control.c: (toggle_full_vcard), + (eab_vcard_control_new): + * importers/evolution-vcard-importer.c: + (evolution_vcard_importer_peek): Corrected misspelled instances + of vCard + 2007-11-28 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #489652 |