aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-03-05 07:42:19 +0800
committerChris Toshok <toshok@src.gnome.org>2002-03-05 07:42:19 +0800
commitd4f86e526462653d01a82523ec92ce2e2c5ec837 (patch)
tree0e3ec3e4060f4cc4b0ce70dc0347d4c51e9f291a /addressbook/ChangeLog
parent1bd6c04cf60a583d625c986941eb102e7f9c9055 (diff)
downloadgsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.tar
gsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.tar.gz
gsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.tar.bz2
gsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.tar.lz
gsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.tar.xz
gsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.tar.zst
gsoc2013-evolution-d4f86e526462653d01a82523ec92ce2e2c5ec837.zip
[fixes bug #20871] add the status-message label.
2002-03-04 Chris Toshok <toshok@ximian.com> [fixes bug #20871] * gui/component/select-names/select-names.glade: add the status-message label. * gui/component/select-names/e-select-names.h (struct _ESelectNames): add status_message field. * gui/component/select-names/e-select-names.c (status_message): new function, set the label's text from the message. (e_select_names_init): get the status-message label, and if it's valid, connect to the status_message signal of the EAddressbookModel. svn path=/trunk/; revision=15913
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b80b2ab802..2ccc025c4c 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,18 @@
+2002-03-04 Chris Toshok <toshok@ximian.com>
+
+ [fixes bug #20871]
+ * gui/component/select-names/select-names.glade: add the
+ status-message label.
+
+ * gui/component/select-names/e-select-names.h (struct
+ _ESelectNames): add status_message field.
+
+ * gui/component/select-names/e-select-names.c (status_message):
+ new function, set the label's text from the message.
+ (e_select_names_init): get the status-message label, and if it's
+ valid, connect to the status_message signal of the
+ EAddressbookModel.
+
2002-02-28 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): don't