From 0f10682f8bf962a5e7d30a22d9fd5da7bf632409 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 13 Nov 2012 18:51:57 -0500 Subject: [PATCH] Small style fix --- src/apps/deskbar/BarMenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/BarMenuBar.cpp b/src/apps/deskbar/BarMenuBar.cpp index ce4932edc2..afacc894c1 100644 --- a/src/apps/deskbar/BarMenuBar.cpp +++ b/src/apps/deskbar/BarMenuBar.cpp @@ -88,7 +88,7 @@ TBarMenuBar::SmartResize(float width, float height) width -= 1; - if (fSeparatorItem) + if (fSeparatorItem != NULL) fDeskbarMenuItem->SetWidthHeight(width - kSepItemWidth, height); else { int32 count = CountItems();