From 8391885d18e36b4f6608abd0c2c23bb9d1130828 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Thu, 15 Mar 2001 03:46:54 +0000 Subject: Removed .oafinfo files -- they are obsolete. Moved pixmaps from 2001-03-15 Gediminas Paulauskas Removed .oafinfo files -- they are obsolete. Moved pixmaps from calendar/gui/ to art/ Moved evolution.png to art/ Moved evolution.desktop.in to data/ Generate doc/devel/executive-summary/Makefile svn path=/trunk/; revision=8727 --- calendar/gui/e-day-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/e-day-view.c') diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 537ef44ebc..3c14a24359 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -46,8 +46,8 @@ #include "e-meeting-edit.h" /* Images */ -#include "bell.xpm" -#include "recur.xpm" +#include "art/bell.xpm" +#include "art/recur.xpm" /* The minimum amount of space wanted on each side of the date string. */ #define E_DAY_VIEW_DATE_X_PAD 4 -- cgit