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

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 6 Nov 2011 04:31:07 +0100 (CET)

Author: jscipione
Date: 2011-11-06 04:31:07 +0100 (Sun, 06 Nov 2011)
New Revision: 43196
Changeset: https://dev.haiku-os.org/changeset/43196

Modified:
   haiku/trunk/src/apps/deskbar/WindowMenu.cpp
Log:
woops, I meant 'Only add the window controls to the menu if we are NOT in drag 
mode'

Modified: haiku/trunk/src/apps/deskbar/WindowMenu.cpp
===================================================================
--- haiku/trunk/src/apps/deskbar/WindowMenu.cpp 2011-11-06 03:19:15 UTC (rev 
43195)
+++ haiku/trunk/src/apps/deskbar/WindowMenu.cpp 2011-11-06 03:31:07 UTC (rev 
43196)
@@ -191,7 +191,7 @@
                                fTeam, B_QUIT_REQUESTED));
                }
        } else {
-               // Only add the window controls to the menu if we are in drag 
mode
+               // Only add the window controls to the menu if we are not in 
drag mode
                if (!dragging) {
                        TShowHideMenuItem* hide
                                = new TShowHideMenuItem(B_TRANSLATE("Hide 
all"), fTeam,


Other related posts:

  • » [haiku-commits] r43196 - haiku/trunk/src/apps/deskbar - jscipione