mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-16 09:31:16 +01:00
2017-10-15 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.SHORT_NAME' field to the database. * Incremented the database version to 270. * Added 'RDStation::shortName()' and 'RDStation::setShortName()' methods. * Removed the 'Broadcast Security Model' control from the 'Edit Host' dialog. * Added a 'Short Name' control to the 'Edit Host' dialog. * Implemented a '%R' wildcard for Rivendell Host Short Name.
This commit is contained in:
@@ -209,7 +209,7 @@ void MainWidget::serviceActivatedData(int index)
|
||||
if(dg_svc!=NULL) {
|
||||
delete dg_svc;
|
||||
}
|
||||
dg_svc=new RDSvc(dg_service_box->currentText(),dg_config);
|
||||
dg_svc=new RDSvc(dg_service_box->currentText(),dg_station,dg_config);
|
||||
if(dg_group!=NULL) {
|
||||
delete dg_group;
|
||||
}
|
||||
@@ -391,7 +391,8 @@ bool MainWidget::WriteTrafficFile()
|
||||
// Open Output File
|
||||
//
|
||||
outname=RDDateDecode(dg_svc->importPath(RDSvc::Traffic,RDSvc::Linux),
|
||||
dg_date_edit->date(),dg_config,dg_svc->name());
|
||||
dg_date_edit->date(),dg_station,
|
||||
dg_config,dg_svc->name());
|
||||
if((f=fopen(outname,"w"))==NULL) {
|
||||
LogMessage(tr("WARNING: Unable to open traffic output file")+" \""+
|
||||
outname+"\" ["+strerror(errno)+"].");
|
||||
|
||||
Reference in New Issue
Block a user