Files
evolution/views/calendar/galview.xml
JP Rosevear f82c1236a6 add/remove views
2004-04-01  JP Rosevear <jpr@ximian.com>

	* tasks/galview.xml: add/remove views

	* tasks/With_Status.galview: add a status view

	* tasks/With_DueDate.galview: add a due date view

	* tasks/Makefile.am (tasksviewsdir): dist/install new views and
	don't to an obsolete one

	* calendar/galview.xml: list the new list view

	* calendar/List_View.galview: default view for Lists

	* calendar/Makefile.am (calendarviewsdir): dist and install the
	list view

svn path=/trunk/; revision=25285
2004-04-01 20:10:42 +00:00

14 lines
596 B
XML

<?xml version="1.0"?>
<GalViewCollection default-view="Day_View">
<GalView id="Day_View" _title="_Day View" filename="Day_View.galview"
type="day_view"/>
<GalView id="Work_Week_View" _title="_Work Week View" filename="Work_Week_View.galview"
type="work_week_view"/>
<GalView id="Week_View" _title="W_eek View" filename="Week_View.galview"
type="week_view"/>
<GalView id="Month_View" _title="_Month View" filename="Month_View.galview"
type="month_view"/>
<GalView id="List_View" _title="_List View" filename="List_View.galview"
type="etable"/>
</GalViewCollection>