aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-03-25 04:21:13 +0800
committerChris Toshok <toshok@src.gnome.org>2004-03-25 04:21:13 +0800
commit7d4de82d4a0b2217ca356cb79e5859c404f6da2b (patch)
treecacf2e2c2e0a976a778bc5d158c40a07b4554a1f /addressbook/ChangeLog
parent7f5228bdbad17fddedaddc4714a52b5601cb0769 (diff)
downloadgsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.tar
gsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.tar.gz
gsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.tar.bz2
gsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.tar.lz
gsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.tar.xz
gsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.tar.zst
gsoc2013-evolution-7d4de82d4a0b2217ca356cb79e5859c404f6da2b.zip
don't know what I was thinking approving this change. the _() was only
2004-03-24 Chris Toshok <toshok@ximian.com> * gui/widgets/eab-gui-util.c (eab_show_multiple_contacts): don't know what I was thinking approving this change. the _() was only used in the plural case (in fact where n > 5), so a singular case was never necessary, and neither was the call to ngettext. svn path=/trunk/; revision=25174
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 816a83d2e7..b0118fc9e6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,12 @@
2004-03-24 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/eab-gui-util.c (eab_show_multiple_contacts): don't
+ know what I was thinking approving this change. the _() was only
+ used in the plural case (in fact where n > 5), so a singular case
+ was never necessary, and neither was the call to ngettext.
+
+2004-03-24 Chris Toshok <toshok@ximian.com>
+
* gui/contact-list-editor/e-contact-list-editor.c
(e_contact_list_editor_get_type): parent_type == EAB_TYPE_EDITOR.
(e_contact_list_editor_class_init): fill in editor_class virtual