mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 01:00:18 +01:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1) that broke searching for 'ALL' services. * Fixed a regression in rdlibrary(1) that broke searching for 'ALL' groups. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1045,7 +1045,7 @@ void EditLog::saveasData()
|
||||
edit_log=new RDLog(logname);
|
||||
edit_log_model->setLogName(logname);
|
||||
for(int i=0;i<edit_service_box->count();i++) {
|
||||
if(edit_service_box->itemData(i).toString()==svcname) {
|
||||
if(edit_service_box->itemText(i)==svcname) {
|
||||
edit_service_box->setCurrentIndex(i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user