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
7 lines
361 B
XML
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>
|