mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +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).
|
* Cleaned up compile warnings in rdcatchd(8).
|
||||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up compile warnings in rdlibrary(1).
|
* 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 *listclocks=new ListClocks(&src_clockname,this);
|
||||||
listclocks->setWindowTitle("RDLogManager - "+tr("Import Rules from Clock"));
|
listclocks->setWindowTitle("RDLogManager - "+tr("Import Rules from Clock"));
|
||||||
if(!listclocks->exec()<0) {
|
if(listclocks->exec()<0) {
|
||||||
delete listclocks;
|
delete listclocks;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user