Files
evolution/views/tasks/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

7 lines
361 B
XML

<?xml version="1.0"?>
<GalViewCollection default-view="Tasks">
<GalView id="Tasks" _title="_Tasks" filename="Tasks.galview" type="etable"/>
<GalView id="With_DueDate" _title="With _Due Date" filename="With_DueDate.galview" type="etable"/>
<GalView id="With_Status" _title="With _Status" filename="With_Status.galview" type="etable"/>
</GalViewCollection>