]> Dogcows Code - chaz/openbox/commitdiff
logic error for modal focus
authorDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 08:48:54 +0000 (08:48 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 08:48:54 +0000 (08:48 +0000)
src/client.cc

index 83ee5b9a22e379a15652929ae607e82547e93e22..296e2e52d32725d0451af8bd47045170b25fb623 100644 (file)
@@ -1563,7 +1563,7 @@ bool Client::focus()
 
   if (_focused) return true;
 
-  if (_modal)
+  if (!_modal)
     if (focusModalChild())
       return true;
 
This page took 0.024413 seconds and 4 git commands to generate.