mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
* Reverted the following changes: 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Fixed a regression in rdlogedit(1) that caused events from previously viewed logs to be prepended to subsequent logs viewed during the same session. 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Refactored the 'RDAddLog' dialog to allow for instance reuse. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -292,9 +292,7 @@ void Xport::SaveLog()
|
||||
//
|
||||
// Logline Data
|
||||
//
|
||||
// RDLogModel *logmodel=new RDLogModel(log_name,false,this);
|
||||
RDLogModel *logmodel=new RDLogModel(false,this);
|
||||
logmodel->setLogName(log_name);
|
||||
RDLogModel *logmodel=new RDLogModel(log_name,false,this);
|
||||
for(int i=0;i<line_quantity;i++) {
|
||||
logmodel->insert(i,1);
|
||||
RDLogLine *ll=logmodel->logLine(i);
|
||||
|
Reference in New Issue
Block a user