mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdlogmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -136,7 +136,7 @@ void EditSchedRules::importData()
|
||||
|
||||
ListClocks *listclocks=new ListClocks(&src_clockname,this);
|
||||
listclocks->setWindowTitle("RDLogManager - "+tr("Import Rules from Clock"));
|
||||
if(!listclocks->exec()<0) {
|
||||
if(listclocks->exec()<0) {
|
||||
delete listclocks;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user