diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-09 00:44:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-09 00:44:35 +0000 |
| commit | bc3268b6f9f86e6aebe0d06ce174b2d603d09c1e (patch) | |
| tree | 8e7de83d03f3b3501cdc8bc3baac43eb640e0b7f /src/Workspace.cc | |
| parent | 01096f867493aed2efc2694c986811404288c1f1 (diff) | |
handle toolbars and utility windows proper. also, no more crashes from kpager (i really hope :P), at least not the same way
Diffstat (limited to 'src/Workspace.cc')
| -rw-r--r-- | src/Workspace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc index 7e05e4c9..b03ee7b2 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -84,7 +84,7 @@ void Workspace::addWindow(BlackboxWindow *w, bool place, bool sticky) { if (place) placeWindow(w); stackingList.push_front(w); - + if (w->isNormal()) { if (! sticky) { w->setWorkspace(id); |
