mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
2022-05-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Generate Log' dialog in rdlogmanager(1) that caused the progress bar dialog to fail to be hidden after generation of a log. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
8425e07675
commit
1241a64fb8
@ -323,8 +323,7 @@ void GenerateLog::createData()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
log->updateTracks();
|
log->updateTracks();
|
||||||
gen_progress_dialog->
|
gen_progress_dialog->setValue(gen_progress_dialog->maximum());
|
||||||
setValue(gen_progress_dialog->setValue(gen_progress_dialog->maximum());
|
|
||||||
SendNotification(RDNotification::AddAction,log->name());
|
SendNotification(RDNotification::AddAction,log->name());
|
||||||
delete log;
|
delete log;
|
||||||
delete svc;
|
delete svc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user