mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 06:32:32 +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:
parent
07f8538401
commit
58129a6158
@ -21828,3 +21828,5 @@
|
||||
* Cleaned up compile warnings in rdcatchd(8).
|
||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdlibrary(1).
|
||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdlogmanager(1).
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user