mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123808 - RecordingsView emits a redundant EVENTS.RECORDING_SELECTED in _onRecordingStarted and _onRecordingImported, r=jsantell
This commit is contained in:
parent
b984a73ab2
commit
a35280391c
@ -114,8 +114,6 @@ let RecordingsView = Heritage.extend(WidgetMethods, {
|
||||
if (!recording.getLabel()) {
|
||||
this.selectedItem = recordingItem;
|
||||
}
|
||||
|
||||
this.emit(EVENTS.RECORDING_SELECTED, recording);
|
||||
},
|
||||
|
||||
/**
|
||||
@ -163,9 +161,6 @@ let RecordingsView = Heritage.extend(WidgetMethods, {
|
||||
|
||||
// Render the recording item with finalized information (timing, etc)
|
||||
this.finalizeRecording(recordingItem);
|
||||
|
||||
// Fire the selection and allow to propogate.
|
||||
this.emit(EVENTS.RECORDING_SELECTED, model);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user