diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 11:41:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 11:41:35 +0800 |
commit | 492cdaf6f9db2f622ad4a4b292bddaf55631d0b6 (patch) | |
tree | 847eae4fea9d93692e162eec11673c2577691068 /mail/ChangeLog | |
parent | ac0442e31c68ce073e4156bbe47d63da8f7d2523 (diff) | |
download | gsoc2013-evolution-492cdaf6f9db2f622ad4a4b292bddaf55631d0b6.tar.gz gsoc2013-evolution-492cdaf6f9db2f622ad4a4b292bddaf55631d0b6.tar.zst gsoc2013-evolution-492cdaf6f9db2f622ad4a4b292bddaf55631d0b6.zip |
New member activity_handler. (mail_component_init): Initialize.
* mail-component.c (struct _MailComponentPrivate): New member
activity_handler.
(mail_component_init): Initialize.
(impl_dispose): Unref.
(mail_component_peek_activity_handler): New.
(impl_createControls): Create an ETaskBar, attach it to the
ActivityHandler, and return it to the caller as the statusbar
control.
* e-activity-handler.c (e_activity_handler_operation_finished):
Argh, renamed from e_activity_client_operation_finished().
(e_activity_handler_operation_started): Don't unref the pixbuf.
* e-shell-window.c (setup_widgets): Hide the menu hint label.
* e-activity-handler.c (init): Init to next_activity_id to 1 so
callers can rely on it being nonzero.
svn path=/trunk/; revision=23556
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index da58519f1b..fe425c4cb9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,19 @@ 2003-12-01 Ettore Perazzoli <ettore@ximian.com> + * mail-mt.c (struct _mail_msg_priv): Remove member "activity". + (mail_operation_status): Un-#if 0 the code. + + * mail-component.c (struct _MailComponentPrivate): New member + activity_handler. + (mail_component_init): Initialize. + (impl_dispose): Unref. + (mail_component_peek_activity_handler): New. + (impl_createControls): Create an ETaskBar, attach it to the + ActivityHandler, and return it to the caller as the statusbar + control. + +2003-12-01 Ettore Perazzoli <ettore@ximian.com> + * mail-component.c (impl_createControls): Pass a label for the status bar control for now. |