]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.cc
s/black/open
[chaz/openbox] / util / epist / screen.cc
index 7ac5780b1c59f4ce62543e029fee4e6496d7608f..eb9edc39fd93fcbbaad9e1e508761d04c322fd9f 100644 (file)
@@ -444,8 +444,7 @@ void screen::updateActiveWindow() {
     }
   }
   _active = it;
-  if (it != end)
-    _last_active = it;
+  _last_active = it;
 
   /*  cout << "Active window is now: ";
       if (_active == _clients.end()) cout << "None\n";
This page took 0.023513 seconds and 4 git commands to generate.