Skip to content

Commit

Permalink
HaikuDepot: Add TODO note.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Oct 8, 2013
1 parent f2cf36d commit 65e2db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apps/haiku-depot/PackageInfoView.cpp
Expand Up @@ -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<PackageInfo*>(&package),
fPackageActionHandler->GetModel());
Expand Down

0 comments on commit 65e2db9

Please sign in to comment.