-rw-r--r-- | noncore/unsupported/oipkg/packagelistitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -225,5 +225,5 @@ QPopupMenu* PackageListItem::getPopupMenu() void PackageListItem::menuAction( int i ) { - if (package->installed()){ + if (!package->installed()){ package->setDest( destsMenu->text(i) ); package->setLink( settings->createLinks() ); |