diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 13:24:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 13:24:02 +0800 |
commit | 49e7dd311ec4652cbd87fe6f7627c54ab20f4782 (patch) | |
tree | de7f360836c95134d1c57a52391a7fb4ee58388e /calendar/ChangeLog | |
parent | 89dc17247f41b4d82f4a973fa6f4a8358cd0f42c (diff) | |
download | gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.tar gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.tar.gz gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.tar.bz2 gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.tar.lz gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.tar.xz gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.tar.zst gsoc2013-evolution-49e7dd311ec4652cbd87fe6f7627c54ab20f4782.zip |
Replace member "activity" with an "activity_id".
* gui/e-calendar-table.h (struct _ECalendarTable): Replace member
"activity" with an "activity_id".
* gui/e-cal-view.c (struct _ECalendarViewPrivate): Replace member
"activity" with "activity_id".
(e_calendar_view_destroy): Don't unref activity here anymore.
(e_calendar_view_set_status_message): Report progress using the
EActivityHandler off the CalendarComponent.
* gui/calendar-component.c
(struct _CalendarComponentPrivate): New member activity_handler.
(calendar_component_init): Init.
(calendar_component_peek_activity_handler): New.
(impl_dispose): Unref.
(impl_createControls): Return an ETaskBar for the statusbar
control.
svn path=/trunk/; revision=23565
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cc6dc2e756..3b6836b0b0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2003-12-02 Ettore Perazzoli <ettore@ximian.com> + + * gui/e-calendar-table.h (struct _ECalendarTable): Replace member + "activity" with an "activity_id". + + * gui/e-cal-view.c (struct _ECalendarViewPrivate): Replace member + "activity" with "activity_id". + (e_calendar_view_destroy): Don't unref activity here anymore. + (e_calendar_view_set_status_message): Report progress using the + EActivityHandler off the CalendarComponent. + + * gui/calendar-component.c + (struct _CalendarComponentPrivate): New member activity_handler. + (calendar_component_init): Init. + (calendar_component_peek_activity_handler): New. + (impl_dispose): Unref. + (impl_createControls): Return an ETaskBar for the statusbar + control. + 2003-12-01 Ettore Perazzoli <ettore@ximian.com> * gui/calendar-component.c (impl_createControls): Pass a label for |