aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-13 13:51:36 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-13 13:51:36 +0800
commitb1df789b256d5bdff8a1d8ba6023f4efef59dcad (patch)
treee4737bf0bd1ada21def0aadfe511377e4632614e /addressbook/ChangeLog
parent4b32de61d00bf5ae12d4179bede135fd2ded0f9c (diff)
downloadgsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.tar
gsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.tar.gz
gsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.tar.bz2
gsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.tar.lz
gsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.tar.xz
gsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.tar.zst
gsoc2013-evolution-b1df789b256d5bdff8a1d8ba6023f4efef59dcad.zip
[ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", as
2003-03-12 Chris Toshok <toshok@ximian.com> [ fixes bug #20210 ] * gui/component/select-names/e-select-names-popup.c (popup_menu_card): change "Edit Contact Info" to "View Contact Info", as you can't always edit the contact (if the book is read only). (popup_menu_list): same, but for a contact list. svn path=/trunk/; revision=20270
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 005b64f422..b999a824b9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,12 @@
+2003-03-12 Chris Toshok <toshok@ximian.com>
+
+ [ fixes bug #20210 ]
+ * gui/component/select-names/e-select-names-popup.c
+ (popup_menu_card): change "Edit Contact Info" to "View Contact
+ Info", as you can't always edit the contact (if the book is read
+ only).
+ (popup_menu_list): same, but for a contact list.
+
2003-03-11 Chris Toshok <toshok@ximian.com>
[ fixes bug #39507 ]