From ddd8552b78eb94798ea7238e9c35221a15c4dbd5 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Wed, 20 Oct 2010 19:51:52 +0000 Subject: [PATCH] Style fix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39029 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskbar/TimeView.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/deskbar/TimeView.cpp b/src/apps/deskbar/TimeView.cpp index 3aacc31819..d1bfcc6b41 100644 --- a/src/apps/deskbar/TimeView.cpp +++ b/src/apps/deskbar/TimeView.cpp @@ -297,9 +297,8 @@ TTimeView::MouseDown(BPoint point) if (buttons == B_SECONDARY_MOUSE_BUTTON) { ShowClockOptions(ConvertToScreen(point)); return; - } else if (buttons == B_PRIMARY_MOUSE_BUTTON) { + } else if (buttons == B_PRIMARY_MOUSE_BUTTON) ShowCalendar(point); - } // invalidate last time/date strings and call the pulse // method directly to change the display instantly