summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/epist/screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc
index c3ea4fb5..0fa5d89b 100644
--- a/util/epist/screen.cc
+++ b/util/epist/screen.cc
@@ -554,9 +554,9 @@ void screen::updateActiveWindow() {
_clients.remove(win);
_clients.push_front(win);
_active = _clients.begin();
- }
- _last_active = _active;
+ _last_active = _active;
+ }
}
/* cout << "Active window is now: ";