summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-26 22:08:54 +0000
committerDana Jansens <danakj@orodu.net>2002-08-26 22:08:54 +0000
commit217488ee3e1a7246bdfadb6a56f83a4a50a7c180 (patch)
tree58d45659772534251cfac36efb0677683ca00b10 /util
parent48a450083db59085921c79c2bb68dedd0b95821a (diff)
dont change last active while cycling around in stacked 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: ";