From 72673ba6769cef021f23002cb0a8e1545ee43632 Mon Sep 17 00:00:00 2001 From: drw Date: Thu, 27 Mar 2003 02:13:19 +0000 Subject: Fix bug #780 - correctly identify whether a package is really installed or not --- (limited to 'noncore/settings/aqpkg') diff --git a/noncore/settings/aqpkg/package.cpp b/noncore/settings/aqpkg/package.cpp index db3e927..99187ac 100644 --- a/noncore/settings/aqpkg/package.cpp +++ b/noncore/settings/aqpkg/package.cpp @@ -72,7 +72,7 @@ void Package :: setStatus( const QString &s ) { status = s; - if ( status.find( "installed" ) != -1 ) + if ( status.find( "ok installed" ) != -1 ) installed = true; } -- cgit v0.9.0.2