diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 2 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3ee2634773..1dfb557500 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,11 @@ +2000-12-14 Michael Meeks <michael@helixcode.com> + + * gui/component/GNOME_Evolution_Addressbook.oafinfo: update cut + and paste description error. + 2000-12-13 Dan Winship <danw@helixcode.com> - * gui/widgets/e-minicard-control.c (stream_read): NUL-terminate + * gui/widgets/e-minicard-control.c (stream_read): NULL-terminate the returned vcard so we don't sometimes end up with trailing junk that makes libversit unhappy. diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index 15d48600f4..01474ce90a 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -30,7 +30,7 @@ <oaf_attribute name="name" type="string" value="Evolution Addressbook minicard viewer"/> <oaf_attribute name="description" type="string" - value="Factory for the Evolution addressbook minicard control."/> + value="Control that displays an Evolution addressbook minicard."/> </oaf_server> diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo index 15d48600f4..01474ce90a 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo @@ -30,7 +30,7 @@ <oaf_attribute name="name" type="string" value="Evolution Addressbook minicard viewer"/> <oaf_attribute name="description" type="string" - value="Factory for the Evolution addressbook minicard control."/> + value="Control that displays an Evolution addressbook minicard."/> </oaf_server> |