aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-01-25 05:47:50 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-01-25 05:47:50 +0800
commitde977a08917d2779005bab85cc796a9ac0b27d0d (patch)
tree6e38a5cd3671c5b2cb633549b074d3b72ca67d71 /addressbook
parentd4e79bae46785f6486c5304738a908300aa626a5 (diff)
downloadgsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.tar
gsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.tar.gz
gsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.tar.bz2
gsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.tar.lz
gsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.tar.xz
gsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.tar.zst
gsoc2013-evolution-de977a08917d2779005bab85cc796a9ac0b27d0d.zip
Select Contacts from Address Book, not Contents
2004-01-24 Rodney Dawes <dobey@ximian.com> * gui/component/select-names/e-select-names.c (e_select_names_init): Select Contacts from Address Book, not Contents Fixes #53263 svn path=/trunk/; revision=24414
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7d853177cd..04484852e0 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-24 Rodney Dawes <dobey@ximian.com>
+
+ * gui/component/select-names/e-select-names.c (e_select_names_init):
+ Select Contacts from Address Book, not Contents
+
+ Fixes #53263
+
2004-01-24 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-migrate.c (migrate_local_folders):
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c
index 4717222325..a732e643ec 100644
--- a/addressbook/gui/component/select-names/e-select-names.c
+++ b/addressbook/gui/component/select-names/e-select-names.c
@@ -491,7 +491,7 @@ e_select_names_init (ESelectNames *e_select_names)
gtk_window_set_modal (GTK_WINDOW (e_select_names), TRUE);
gtk_window_set_default_size (GTK_WINDOW (e_select_names), 472, 512);
- gtk_window_set_title (GTK_WINDOW (e_select_names), _("Select Contents from Address Book"));
+ gtk_window_set_title (GTK_WINDOW (e_select_names), _("Select Contacts from Address Book"));
gtk_window_set_resizable (GTK_WINDOW (e_select_names), TRUE);
gtk_dialog_set_has_separator (GTK_DIALOG (e_select_names), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (e_select_names), 4);