aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-07-19 07:31:39 (GMT)
committermarkt <markt>2006-07-19 07:31:39 (GMT)
commitd666bec238b6681cedd3f6094f2e0dd772c512f9 (patch)
tree0080b342098c172c88af0b3880a15b705ca09858 /src/Workspace.cc
parent2732e23812eb6b7adbd5f9ad1e4a23d3db1f9655 (diff)
downloadfluxbox-d666bec238b6681cedd3f6094f2e0dd772c512f9.zip
fluxbox-d666bec238b6681cedd3f6094f2e0dd772c512f9.tar.bz2
preserve order of focused windows on restart
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r--src/Workspace.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc
index dc9fd86..b5ffcb6 100644
--- a/src/Workspace.cc
+++ b/src/Workspace.cc
@@ -377,8 +377,6 @@ void Workspace::setName(const std::string &name) {
377void Workspace::shutdown() { 377void Workspace::shutdown() {
378 // note: when the window dies it'll remove it self from the list 378 // note: when the window dies it'll remove it self from the list
379 while (!m_windowlist.empty()) { 379 while (!m_windowlist.empty()) {
380 // restore with remap on all clients in that window
381 m_windowlist.back()->restore(true);
382 //delete window (the window removes it self from m_windowlist) 380 //delete window (the window removes it self from m_windowlist)
383 delete m_windowlist.back(); 381 delete m_windowlist.back();
384 } 382 }