mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2022-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) where creating a new event using the 'Save As' button would fail to send notifications of the added event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1216,6 +1216,12 @@ void MainWidget::ProcessNewRecords(std::vector<int> *adds)
|
||||
{
|
||||
for(unsigned i=0;i<adds->size();i++) {
|
||||
catch_recordings_model->addRecord(adds->at(i));
|
||||
|
||||
RDNotification *notify=
|
||||
new RDNotification(RDNotification::CatchEventType,
|
||||
RDNotification::ModifyAction,adds->at(i));
|
||||
rda->ripc()->sendNotification(*notify);
|
||||
delete notify;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user