aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-view-factory.h
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gustavo.noronha@collabora.co.uk>2010-01-27 01:46:56 +0800
committerGustavo Noronha Silva <gustavo.noronha@collabora.co.uk>2010-01-27 02:20:11 +0800
commit65305b728467e74a22300be78cbf498fc5213973 (patch)
tree4d30b9eb95ec178ea8a87483c3d57050a6ee7e18 /calendar/gui/calendar-view-factory.h
parent17591da2f16b1a775ad14e23a534c79bc8479f0b (diff)
downloadgsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.tar
gsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.tar.gz
gsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.tar.bz2
gsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.tar.lz
gsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.tar.xz
gsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.tar.zst
gsoc2013-evolution-65305b728467e74a22300be78cbf498fc5213973.zip
Fix include paths for some files to also work when installed
Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
Diffstat (limited to 'calendar/gui/calendar-view-factory.h')
-rw-r--r--calendar/gui/calendar-view-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-view-factory.h b/calendar/gui/calendar-view-factory.h
index c0b90f2bd9..c6022ae657 100644
--- a/calendar/gui/calendar-view-factory.h
+++ b/calendar/gui/calendar-view-factory.h
@@ -26,7 +26,7 @@
#ifndef CALENDAR_VIEW_FACTORY_H
#define CALENDAR_VIEW_FACTORY_H
-#include <widgets/menus/gal-view-factory.h>
+#include <menus/gal-view-factory.h>
#include "gnome-cal.h"
G_BEGIN_DECLS