From 3bdaf9ff6bea6d7263bebff83dcdc05d4506d442 Mon Sep 17 00:00:00 2001 From: andyq Date: Fri, 20 Dec 2002 13:11:54 +0000 Subject: Refreshes available space on current destination after packages finished installing --- (limited to 'noncore/settings') diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp index 80c06ba..bd07828 100644 --- a/noncore/settings/aqpkg/installdlgimpl.cpp +++ b/noncore/settings/aqpkg/installdlgimpl.cpp @@ -247,6 +247,8 @@ void InstallDlgImpl :: installSelected() btnOptions->setEnabled( true ); // btnInstall->setEnabled( true ); btnInstall->setText( tr( "Close" ) ); + + displayAvailableSpace( destination->currentText() ); } -- cgit v0.9.0.2