From c4a589b09a258e8bf2b9209d83aafba557cc2528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 29 Aug 2007 10:22:54 +0000 Subject: [PATCH] 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 --- src/kits/tracker/ContainerWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/tracker/ContainerWindow.cpp b/src/kits/tracker/ContainerWindow.cpp index 8fb895e28c..b5f2654121 100644 --- a/src/kits/tracker/ContainerWindow.cpp +++ b/src/kits/tracker/ContainerWindow.cpp @@ -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;