diff --git a/src/apps/packageinstaller/PackageView.cpp b/src/apps/packageinstaller/PackageView.cpp index b7444ec9a0..ca321516db 100644 --- a/src/apps/packageinstaller/PackageView.cpp +++ b/src/apps/packageinstaller/PackageView.cpp @@ -607,9 +607,9 @@ PackageView::_GroupChanged(int32 index) fCurrentType = index; pkg_profile *prof = fInfo.GetProfile(index); BString test; - fInstallDesc->SetText(prof->description.String()); - + if (prof) { + fInstallDesc->SetText(prof->description.String()); BMenuItem *item = 0; BPath path; BMessage *temp;