From 6d713177f5f58f88bf3b6a2944f457947fe1296e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 27 May 2001 18:02:22 +0000 Subject: #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" * gui/calendar-commands.c: #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" for e_pixmaps_update. * gui/tasks-control.c: Likewise. svn path=/trunk/; revision=10021 --- calendar/ChangeLog | 8 ++++++++ calendar/gui/calendar-commands.c | 2 +- calendar/gui/tasks-control.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f21839540b..3f2fa58a19 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2001-05-27 Dan Winship + + * gui/calendar-commands.c: #include + "evolution-shell-component-utils.h" rather than "e-gui-utils.h" + for e_pixmaps_update. + + * gui/tasks-control.c: Likewise. + 2001-05-25 Peter Williams * gui/Makefile.am: Reference libeshell.la instead of libeshell.a. diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 3556554d82..526a547c91 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -52,7 +52,7 @@ #include "goto.h" #include "print.h" #include "dialogs/cal-prefs-dialog.h" -#include "e-util/e-gui-utils.h" +#include "evolution-shell-component-utils.h" /* A list of all of the calendars started */ static GList *all_calendars = NULL; diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index 5269f21cdf..281846977b 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -31,7 +31,7 @@ #include #include "e-tasks.h" #include "tasks-control.h" -#include "e-util/e-gui-utils.h" +#include "evolution-shell-component-utils.h" #define TASKS_CONTROL_PROPERTY_URI "folder_uri" #define TASKS_CONTROL_PROPERTY_URI_IDX 1 -- cgit v1.2.3