diff --git a/src/apps/haiku-depot/PackageInfoView.cpp b/src/apps/haiku-depot/PackageInfoView.cpp index a5741026c69..c73dd831b57 100644 --- a/src/apps/haiku-depot/PackageInfoView.cpp +++ b/src/apps/haiku-depot/PackageInfoView.cpp @@ -544,6 +544,9 @@ class PackageActionView : public BView { PackageManager manager( BPackageKit::B_PACKAGE_INSTALLATION_LOCATION_HOME); + // TODO: if the given package is either a system package + // or a system dependency, show a message indicating that status + // so the user knows why no actions are presented PackageActionList actions = manager.GetPackageActions( const_cast(&package), fPackageActionHandler->GetModel());