aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-12-02 12:53:57 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-12-02 12:53:57 +0800
commit215a9c0ea3cb222004ff8842b663ea7a77dcb3e5 (patch)
tree3b0e35a8102377c807ad33063082a5b9a9f7813a /addressbook/ChangeLog
parentd904b8e0d8f1702e4a32989f0fb0a4c2ba872d29 (diff)
downloadgsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.tar
gsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.tar.gz
gsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.tar.bz2
gsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.tar.lz
gsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.tar.xz
gsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.tar.zst
gsoc2013-evolution-215a9c0ea3cb222004ff8842b663ea7a77dcb3e5.zip
Replace activity_client with activity_id. (set_status_message): Use the
* gui/component/addressbook.c (struct AddressbookView): Replace activity_client with activity_id. (set_status_message): Use the EActivityHandler from the AddressbookComponent. * gui/component/addressbook-component.c (struct _AddressbookComponentPrivate): New member activity_handler. (addressbook_component_init): Init. (impl_dispose): Unref. (addressbook_component_peek_activity_handler): New. (impl_createControls): Return an ETaskBar as the statusbar control and attach it to the activity handler. svn path=/trunk/; revision=23560
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 81713aab1b..da9e784c97 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,20 @@
2003-12-01 Ettore Perazzoli <ettore@ximian.com>
+ * gui/component/addressbook.c (struct AddressbookView): Replace
+ activity_client with activity_id.
+ (set_status_message): Use the EActivityHandler from the
+ AddressbookComponent.
+
+ * gui/component/addressbook-component.c (struct
+ _AddressbookComponentPrivate): New member activity_handler.
+ (addressbook_component_init): Init.
+ (impl_dispose): Unref.
+ (addressbook_component_peek_activity_handler): New.
+ (impl_createControls): Return an ETaskBar as the statusbar control
+ and attach it to the activity handler.
+
+2003-12-01 Ettore Perazzoli <ettore@ximian.com>
+
* gui/component/addressbook-component.c (impl_createControls):
Pass a label for the status bar control for now.