aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-28 02:02:22 +0800
committerDan Winship <danw@src.gnome.org>2001-05-28 02:02:22 +0800
commit6d713177f5f58f88bf3b6a2944f457947fe1296e (patch)
tree3ed6a10a30b083012e11d71ace5338ca2488e0e3 /calendar/gui/calendar-commands.c
parent5e44950c28c202c9d13de3dfa2866d9153486b98 (diff)
downloadgsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.tar
gsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.tar.gz
gsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.tar.bz2
gsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.tar.lz
gsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.tar.xz
gsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.tar.zst
gsoc2013-evolution-6d713177f5f58f88bf3b6a2944f457947fe1296e.zip
#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
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c2
1 files changed, 1 insertions, 1 deletions
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;