Ticket #7052: Deskbar_TeamMenu_cpp_style_fix.diff

File Deskbar_TeamMenu_cpp_style_fix.diff, 1.2 KB (added by jscipione, 13 years ago)
  • src/apps/deskbar/TeamMenu.cpp

    diff --git a/src/apps/deskbar/TeamMenu.cpp b/src/apps/deskbar/TeamMenu.cpp
    index 7814b40..3053969 100644
    a b Except as contained in this notice, the name of Be Incorporated shall not be  
    2626used in advertising or otherwise to promote the sale, use or other dealings in
    2727this Software without prior written authorization from Be Incorporated.
    2828
    29 Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered trademarks
    30 of Be Incorporated in the United States and other countries. Other brand product
    31 names are registered trademarks or trademarks of their respective holders.
     29Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered
     30trademarks of Be Incorporated in the United States and other countries. Other
     31brand product names are registered trademarks or trademarks of their respective
     32holders.
    3233All rights reserved.
    3334*/
    3435
    TTeamMenu::AttachedToWindow()  
    121122    if (dragging && barview->LockLooper()) {
    122123        SetTrackingHook(barview->MenuTrackingHook,
    123124            barview->GetTrackingHookData());
    124         barview->DragStart();               
     125        barview->DragStart();
    125126        barview->UnlockLooper();
    126127    }
    127128