summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/settings.cpp
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/settings.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/settings.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/settings.cpp b/noncore/unsupported/oipkg/settings.cpp
index 2b324be..8f91995 100644
--- a/noncore/unsupported/oipkg/settings.cpp
+++ b/noncore/unsupported/oipkg/settings.cpp
@@ -434,3 +434,8 @@ void PackageManagerSettings::linkEnabled( bool b )
434{ 434{
435 activeLinkDestination->setEnabled( b ); 435 activeLinkDestination->setEnabled( b );
436} 436}
437
438void PackageManagerSettings::activeDestinationChange(int i)
439{
440 activeLinkDestination->setCurrentItem( i );
441} \ No newline at end of file