From f8538844857840a2cdefe8e3b0dfa90a30163ae1 Mon Sep 17 00:00:00 2001 From: andyq Date: Sat, 02 Nov 2002 09:09:41 +0000 Subject: Fixed bug where package should be removed but gets reinstalled --- (limited to 'noncore') diff --git a/noncore/settings/aqpkg/networkpkgmgr.cpp b/noncore/settings/aqpkg/networkpkgmgr.cpp index b5d7352..3d06aef 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.cpp +++ b/noncore/settings/aqpkg/networkpkgmgr.cpp @@ -551,7 +551,7 @@ InstallData NetworkPackageManager :: dealWithItem( QCheckListItem *item ) else if ( val == -1 ) { // Version available is older - remove only - item.option = "R"; + item.option = "D"; } else { @@ -586,6 +586,7 @@ InstallData NetworkPackageManager :: dealWithItem( QCheckListItem *item ) msgtext, "Remove", secondButton ) ) { case 0: // Try again or Enter + // option 0 = Remove item.option = "D"; break; case 1: // Quit or Escape -- cgit v0.9.0.2