Bug 390147 - Export calendar is not wired up correctly, r=philipp

git-svn-id: svn://10.0.0.236/trunk@236301 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michael.buettner%sun.com 2007-09-19 12:29:29 +00:00
parent 1235618fb4
commit b5ce00bb30

View File

@ -187,7 +187,7 @@
<command id="modify_command" oncommand="modifyEventWithDialog(currentView().getSelectedItems({})[0])" disabled="true" disabledwhennoeventsselected="true"/>
<command id="calendar_publish_calendar" oncommand="publishEntireCalendar(getSelectedCalendar());" disabled="true" disabledwhennoeventsselected="true"/>
<command id="import_command" oncommand="loadEventsFromFile()"/>
<command id="export_command" oncommand="exportEntireCalendar()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="export_command" oncommand="exportEntireCalendar()"/>
<command id="calendar_reload_remote_calendars" oncommand="getCompositeCalendar().refresh();"/>
<command id="switch2mail" checked="true" oncommand="ltnSwitch2Mail()"/>
<command id="switch2calendar" oncommand="ltnSwitch2Calendar()"/>