From 65e2db9f844ad5b902410fab86806e43c540a504 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Mon, 7 Oct 2013 23:07:00 -0400 Subject: [PATCH] HaikuDepot: Add TODO note. --- src/apps/haiku-depot/PackageInfoView.cpp | 3 +++ 1 file changed, 3 insertions(+) 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());