aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-01-08 06:46:12 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-01-08 06:46:12 +0800
commitcda8e4d9d6d6296567cc08ee7bc57dc491b98e1b (patch)
treeb9d28e4fea2ca69118811cc1a5edc0291878c5a9 /addressbook/ChangeLog
parentfc863cbedf2998f93b1518bac7ce2243a1468372 (diff)
downloadgsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.tar
gsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.tar.gz
gsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.tar.bz2
gsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.tar.lz
gsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.tar.xz
gsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.tar.zst
gsoc2013-evolution-cda8e4d9d6d6296567cc08ee7bc57dc491b98e1b.zip
Make the ESelectNames object be a HIG-compliant dialog, change "Folder" to
2004-01-07 Rodney Dawes <dobey@ximian.com> * gui/component/select-names/e-select-names.c: * gui/component/select-names/select-names.glade: Make the ESelectNames object be a HIG-compliant dialog, change "Folder" to be "Address Book", and fix a mnemonic conflict with "Category" and "Cancel" Fixes #50660 svn path=/trunk/; revision=24095
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 266ce2dc90..8454b2a078 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,14 @@
2004-01-07 Rodney Dawes <dobey@ximian.com>
+ * gui/component/select-names/e-select-names.c:
+ * gui/component/select-names/select-names.glade: Make the ESelectNames
+ object be a HIG-compliant dialog, change "Folder" to be "Address Book",
+ and fix a mnemonic conflict with "Category" and "Cancel"
+
+ Fixes #50660
+
+2004-01-07 Rodney Dawes <dobey@ximian.com>
+
* gui/component/addressbook-component.c: Move the smime_component_init
call to the instance init callback, rather than the class init, and
wrap it in #if HAVE_NSS, so the addressbook works without smime support