aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-16 11:01:09 (GMT)
committerfluxgen <fluxgen>2002-08-16 11:01:09 (GMT)
commit471785b9d8a77bb3e483a6cac10ea64e8019cd12 (patch)
treedaee7ec991e52894a348e84fe6996c8a261c6fbf /src
parent940f84015dc57f811cc8441383a8f52d1a66794e (diff)
downloadfluxbox-471785b9d8a77bb3e483a6cac10ea64e8019cd12.zip
fluxbox-471785b9d8a77bb3e483a6cac10ea64e8019cd12.tar.bz2
restore with remap
Diffstat (limited to 'src')
-rw-r--r--src/Screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index f968ac7..837024a 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.62 2002/08/14 22:21:06 fluxgen Exp $ 25// $Id: Screen.cc,v 1.63 2002/08/16 11:01:09 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -1582,7 +1582,7 @@ void BScreen::shutdown() {
1582 1582
1583 { 1583 {
1584 while (!iconList.empty()) { 1584 while (!iconList.empty()) {
1585 iconList.back()->restore(); 1585 iconList.back()->restore(true); // restore with remap
1586 delete iconList.back(); // the window removes it self from iconlist 1586 delete iconList.back(); // the window removes it self from iconlist
1587 } 1587 }
1588 } 1588 }