resolved a bad conflict resolution
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@251752 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -204,7 +204,7 @@ agendaListbox.editSelectedItem =
|
||||
function editSelectedItem(aEvent) {
|
||||
var listItem = document.getElementById("agenda-listbox").selectedItem;
|
||||
if (listItem) {
|
||||
modifyEventWithDialog(getOccurrenceOrParent(listItem.occurrence));
|
||||
modifyEventWithDialog(listItem.occurrence, null, true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -414,7 +414,9 @@ function deleteSelectedItem(aDoNotConfirm) {
|
||||
agendaListbox.createOrEditEvent =
|
||||
function createOrEditEvent(aEvent) {
|
||||
if (aEvent.target instanceof Components.interfaces.nsIDOMXULSelectControlItemElement) {
|
||||
document.getElementById('agenda_edit_event_command').doCommand();
|
||||
if (this.isEventListItem(aEvent.target)) {
|
||||
document.getElementById('agenda_edit_event_command').doCommand();
|
||||
}
|
||||
}
|
||||
else {
|
||||
// Create new event for the date currently displayed in the agenda. Setting
|
||||
|
||||
Reference in New Issue
Block a user