summaryrefslogtreecommitdiff
path: root/noncore
authortille <tille>2002-11-11 07:47:49 (UTC)
committer tille <tille>2002-11-11 07:47:49 (UTC)
commit204050f404a3cef4ff4f6920d24b16e03d8d6c5e (patch) (side-by-side diff)
treeaf46d63dde093a0fb834059e09df3f25d03e7970 /noncore
parentcbafca79e0a7993f55c085ead8aaa30604cc646b (diff)
downloadopie-204050f404a3cef4ff4f6920d24b16e03d8d6c5e.zip
opie-204050f404a3cef4ff4f6920d24b16e03d8d6c5e.tar.gz
opie-204050f404a3cef4ff4f6920d24b16e03d8d6c5e.tar.bz2
bug fix
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelistitem.cpp4
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
@@ -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
+//}