From 204050f404a3cef4ff4f6920d24b16e03d8d6c5e Mon Sep 17 00:00:00 2001 From: tille Date: Mon, 11 Nov 2002 07:47:49 +0000 Subject: bug fix --- diff --git a/noncore/unsupported/oipkg/packagelistitem.cpp b/noncore/unsupported/oipkg/packagelistitem.cpp index 4380393..51d024b 100644 --- a/noncore/unsupported/oipkg/packagelistitem.cpp +++ b/noncore/unsupported/oipkg/packagelistitem.cpp @@ -224,7 +224,7 @@ QPopupMenu* PackageListItem::getPopupMenu() void PackageListItem::menuAction( int i ) { - if (package->installed()){ + if (!package->installed()){ package->setDest( destsMenu->text(i) ); package->setLink( settings->createLinks() ); } @@ -236,4 +236,4 @@ void PackageListItem::menuAction( int i ) //{ // package->toggleProcess() ; // displayDetails(); -//} \ No newline at end of file +//} -- cgit v0.9.0.2