mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2018-07-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_LINES' table to the database. * Incremented the database version to 288. * Removed the 'RDLog::tableName()' method.
This commit is contained in:
@@ -862,7 +862,7 @@ void ListLog::loadButtonData()
|
||||
|
||||
switch((ListLogs::Operation)list_logs_dialog->exec(&name,&svcname,&log_lock)) {
|
||||
case ListLogs::Load:
|
||||
list_log->setLogName(RDLog::tableName(name));
|
||||
list_log->setLogName(name);
|
||||
list_log->load();
|
||||
break;
|
||||
|
||||
@@ -880,7 +880,7 @@ void ListLog::loadButtonData()
|
||||
return;
|
||||
}
|
||||
list_log->setServiceName(svcname);
|
||||
list_log->setLogName(RDLog::tableName(name));
|
||||
list_log->setLogName(name);
|
||||
list_log->save();
|
||||
break;
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ void MainWidget::RunLocalMacros(RDMacro *rml)
|
||||
}
|
||||
return;
|
||||
}
|
||||
air_log[rml->arg(0).toInt()-1]->setLogName(RDLog::tableName(logname));
|
||||
air_log[rml->arg(0).toInt()-1]->setLogName(logname);
|
||||
air_log[rml->arg(0).toInt()-1]->load();
|
||||
}
|
||||
if(rml->argQuantity()==3) { // Start Log
|
||||
|
||||
Reference in New Issue
Block a user