diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.cc | 4 |
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 | } |