aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 61de6ee97e..b3a8607fc5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,18 @@
+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.
+
2004-01-15 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/comp-editor.c: reverted my changes made on Jan 8th.