mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in rdairplay(1), rdcastmanager(1) and rdcatch(1) where configuration changes would not be updated properly. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -313,7 +313,7 @@ void EditCast::expirationSelectData()
|
||||
|
||||
RDDateDialog *dd=
|
||||
new RDDateDialog(1970,current_date.year()+10,this);
|
||||
if(dd->exec(&date)==0) {
|
||||
if(dd->exec(&date)) {
|
||||
cast_item_expiration_edit->setDate(date);
|
||||
}
|
||||
delete dd;
|
||||
|
Reference in New Issue
Block a user