-rw-r--r-- | noncore/unsupported/oipkg/packagelistitem.cpp | 4 |
1 files changed, 2 insertions, 2 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() | |||
225 | void PackageListItem::menuAction( int i ) | 225 | void PackageListItem::menuAction( int i ) |
226 | { | 226 | { |
227 | if (package->installed()){ | 227 | if (!package->installed()){ |
228 | package->setDest( destsMenu->text(i) ); | 228 | package->setDest( destsMenu->text(i) ); |
229 | package->setLink( settings->createLinks() ); | 229 | package->setLink( settings->createLinks() ); |
@@ -237,3 +237,3 @@ void PackageListItem::menuAction( int i ) | |||
237 | // package->toggleProcess() ; | 237 | // package->toggleProcess() ; |
238 | // displayDetails(); | 238 | // displayDetails(); |
239 | //} \ No newline at end of file | 239 | //} |