2022-05-11 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdlibrary(1) that caused the disk free space
	gauge to be disabled.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-05-11 14:39:27 -04:00
parent f90acb48eb
commit 2f4ccff00d
4 changed files with 10 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
//
// The Library Utility for Rivendell.
//
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -315,6 +315,7 @@ void MainWidget::userData()
}
SetCaption(rda->ripc()->user());
disk_gauge->update();
}