[haiku-commits] r39029 - haiku/trunk/src/apps/deskbar

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 20 Oct 2010 21:51:52 +0200 (CEST)

Author: anevilyak
Date: 2010-10-20 21:51:52 +0200 (Wed, 20 Oct 2010)
New Revision: 39029
Changeset: http://dev.haiku-os.org/changeset/39029

Modified:
   haiku/trunk/src/apps/deskbar/TimeView.cpp
Log:
Style fix.



Modified: haiku/trunk/src/apps/deskbar/TimeView.cpp
===================================================================
--- haiku/trunk/src/apps/deskbar/TimeView.cpp   2010-10-20 19:34:31 UTC (rev 
39028)
+++ haiku/trunk/src/apps/deskbar/TimeView.cpp   2010-10-20 19:51:52 UTC (rev 
39029)
@@ -297,9 +297,8 @@
        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


Other related posts:

  • » [haiku-commits] r39029 - haiku/trunk/src/apps/deskbar - anevilyak