diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 838a0a2..1768509 100644 --- a/src/Window.cc +++ b/src/Window.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: Window.cc,v 1.80 2002/09/08 19:51:30 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.81 2002/09/08 20:06:58 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -371,6 +371,7 @@ FluxboxWindow::~FluxboxWindow() { | |||
371 | 371 | ||
372 | 372 | ||
373 | if (client.transient_for != 0) { | 373 | if (client.transient_for != 0) { |
374 | fluxbox->setFocusedWindow(client.transient_for); | ||
374 | client.transient_for->client.transients.remove(this); | 375 | client.transient_for->client.transients.remove(this); |
375 | client.transient_for = 0; | 376 | client.transient_for = 0; |
376 | } | 377 | } |