diff options
-rw-r--r-- | shell/ChangeLog | 8 | ||||
-rw-r--r-- | 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 <jleach@ximian.com> + + * e-task-widget.c: #include <libgnome/gnome-defs.h> and + <libgnome/gnome-i18n.h> instead of the full <libgnome/libgnome.h>, + as noted by a comment here. + 2001-07-24 Jason Leach <jleach@ximian.com> * 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 <ettore@ximian.com> 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 <gtk/gtklabel.h> #include <gtk/gtkpixmap.h> -/* HA HA. Just #including <libgnome/gnome-i18n.h> doesn't seem to work, so - I'll have to include the full thing. */ -#include <libgnome/libgnome.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> #include <gal/util/e-util.h> |