There is no reason the printers directory shouldn't have the folder icon.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-08-29 10:22:54 +00:00
parent c9f8015628
commit c4a589b09a
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ BContainerWindow::Init(const BMessage *message)
}
// add folder icon to menu bar
if (!TargetModel()->IsRoot() && !IsTrash() && !IsPrintersDir()) {
if (!TargetModel()->IsRoot() && !IsTrash()) {
float iconSize = fMenuBar->Bounds().Height() - 2;
if (iconSize < 16)
iconSize = 16;