aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-16 08:46:01 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-16 08:46:01 +0800
commit8cfbc8ec2dfb219b67608b38f58130dd67310c04 (patch)
treedece3ca5a52adb1e9328b23e034f12375bdf5a60 /calendar/gui/e-calendar-table.c
parent0ff3f18cf40dd18e7f54f20cf9b780852af650b3 (diff)
downloadgsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.tar
gsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.tar.gz
gsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.tar.bz2
gsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.tar.lz
gsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.tar.xz
gsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.tar.zst
gsoc2013-evolution-8cfbc8ec2dfb219b67608b38f58130dd67310c04.zip
new function. (impl_createControls): create a task bar also for the tasks
2004-01-16 Rodrigo Moya <rodrigo@ximian.com> * gui/tasks-component.[ch] (tasks_component_peek_activity_handler): new function. (impl_createControls): create a task bar also for the tasks component. We can't rely on the calendar component's one. (tasks_component_init): create the private activity handler. * gui/e-calendar-table.c (e_calendar_table_set_status_message): use the tasks component's activity handler. * gui/e-tasks.c (on_url_cb): new callback to display status bar messages when mousing over links. (setup_widgets): connect to "on_url" signal on the HTML widget. svn path=/trunk/; revision=24262
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 786f97504a..455cbbba8b 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1377,7 +1377,7 @@ static GdkPixbuf *progress_icon = NULL;
void
e_calendar_table_set_status_message (ECalendarTable *cal_table, const gchar *message)
{
- EActivityHandler *activity_handler = calendar_component_peek_activity_handler (calendar_component_peek ());
+ EActivityHandler *activity_handler = tasks_component_peek_activity_handler (tasks_component_peek ());
g_return_if_fail (E_IS_CALENDAR_TABLE (cal_table));