From 4de97d0b5b879eaa578ee8340ada081f3dd9df03 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Wed, 25 Jul 2001 15:08:11 +0000 Subject: #include and instead of 2001-07-25 Jason Leach * e-task-widget.c: #include and instead of the full , as noted by a comment here. svn path=/trunk/; revision=11397 --- shell/ChangeLog | 8 +++++++- shell/e-task-widget.c | 5 ++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index ba43e4c7ec..85ddb6da8f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,9 +1,15 @@ +2001-07-25 Jason Leach + + * e-task-widget.c: #include and + instead of the full , + as noted by a comment here. + 2001-07-24 Jason Leach * e-storage-set-view.c (e_storage_set_view_construct): Add the "/My Evolution" path to the path_to_etree_node hash so that storage_set_view_set_current_folder() can select the My Evolution - node when it's the current one. Fixes #5114 and #3956. + node when it's the current one. Fixes #5114 and #3956. 2001-07-23 Ettore Perazzoli diff --git a/shell/e-task-widget.c b/shell/e-task-widget.c index 53cdb70a6d..3cd2d319b2 100644 --- a/shell/e-task-widget.c +++ b/shell/e-task-widget.c @@ -32,9 +32,8 @@ #include #include -/* HA HA. Just #including doesn't seem to work, so - I'll have to include the full thing. */ -#include +#include +#include #include -- cgit v1.2.3