Missing changes for last commit

This commit is contained in:
Philipp Kewisch 2009-06-29 18:58:21 +02:00
Родитель 8c558ff79c
Коммит 363c7e5237
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -443,13 +443,13 @@
</menubar> </menubar>
<window id="messengerWindow"> <window id="messengerWindow">
<!-- Be sure to keep these sets, since they will be overlayed by <!-- Be sure to keep these sets, since they will be overlayed by
calendar/base/content/calendar-common-sets.xul --> calendar/base/content/calendar-common-sets.xul -->
<commandset id="calendar_commands"> <commandset id="calendar_commands">
<command id="agenda_delete_event_command" oncommand="agendaListbox.deleteSelectedItem(false);"/> <command id="agenda_delete_event_command" oncommand="agendaListbox.deleteSelectedItem(false);"/>
<command id="agenda_edit_event_command" oncommand="agendaListbox.editSelectedItem(event);"/> <command id="agenda_edit_event_command" oncommand="agendaListbox.editSelectedItem(event);"/>
<command id="switch2mail" checked="true" <command id="switch2mail"
checked="true"
oncommand="document.getElementById('tabmail').selectTabByMode('folder')"/> oncommand="document.getElementById('tabmail').selectTabByMode('folder')"/>
<command id="switch2calendar" <command id="switch2calendar"
oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') })"/> oncommand="document.getElementById('tabmail').openTab('calendar', { title: document.getElementById('calendar-tab-button').getAttribute('tooltiptext') })"/>