mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-23 16:11:41 +02:00
2022-03-25 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. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
2fbc9681b4
commit
612f6a7e08
@ -22957,3 +22957,7 @@
|
|||||||
during the same session.
|
during the same session.
|
||||||
2022-03-09 Fred Gleason <fredg@paravelsystems.com>
|
2022-03-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Refactored the 'RDAddLog' dialog to allow for instance reuse.
|
* Refactored the 'RDAddLog' dialog to allow for instance reuse.
|
||||||
|
2022-03-25 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.
|
||||||
|
@ -247,6 +247,7 @@ QString RDLogModel::logName() const
|
|||||||
|
|
||||||
void RDLogModel::setLogName(QString logname)
|
void RDLogModel::setLogName(QString logname)
|
||||||
{
|
{
|
||||||
|
clear();
|
||||||
RDLog *log=new RDLog(logname);
|
RDLog *log=new RDLog(logname);
|
||||||
d_log_name=log->name(); // So we normalize the case
|
d_log_name=log->name(); // So we normalize the case
|
||||||
delete log;
|
delete log;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user