aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2001-01-10 07:55:13 +0800
committerChris Toshok <toshok@src.gnome.org>2001-01-10 07:55:13 +0800
commitf75e9f44f928347bb280e927de94e861dcf3260a (patch)
tree0875821393161e6f61210a6ad6597770f33a2ef7 /addressbook/ChangeLog
parent289cbd41bc8c3bdfe417f3c78e5061bbed07dcfb (diff)
downloadgsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.tar
gsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.tar.gz
gsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.tar.bz2
gsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.tar.lz
gsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.tar.xz
gsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.tar.zst
gsoc2013-evolution-f75e9f44f928347bb280e927de94e861dcf3260a.zip
connect with the EAddressbookView's status_message signal.
2001-01-09 Chris Toshok <toshok@helixcode.com> * gui/component/addressbook.c (addressbook_factory_new_control): connect with the EAddressbookView's status_message signal. (set_status_message): set the status message on the ShellView Interface associated with our control. (retrieve_shell_view_interface_from_control): new function. get the shell view inteface associated with a control. * gui/widgets/e-addressbook-view.c (e_addressbook_view_class_init): register status_message signal. (status_message): new function, emit our status_message signal. (change_view_type): connect with the view->object's "status_message" signal. * gui/widgets/e-addressbook-view.h (struct _EAddressbookViewClass): add status_message signal. svn path=/trunk/; revision=7346
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4d42549a5e..eab8b1c833 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,23 @@
2001-01-09 Chris Toshok <toshok@helixcode.com>
+ * gui/component/addressbook.c (addressbook_factory_new_control):
+ connect with the EAddressbookView's status_message signal.
+ (set_status_message): set the status message on the ShellView
+ Interface associated with our control.
+ (retrieve_shell_view_interface_from_control): new function. get
+ the shell view inteface associated with a control.
+
+ * gui/widgets/e-addressbook-view.c
+ (e_addressbook_view_class_init): register status_message signal.
+ (status_message): new function, emit our status_message signal.
+ (change_view_type): connect with the view->object's
+ "status_message" signal.
+
+ * gui/widgets/e-addressbook-view.h (struct
+ _EAddressbookViewClass): add status_message signal.
+
+2001-01-09 Chris Toshok <toshok@helixcode.com>
+
* gui/widgets/e-minicard-view-widget.c
(e_minicard_view_widget_class_init): register our status_message
signal.