discomfitor pushed a commit to branch master.

commit 3980c9a3cd38e1b9adb86709161b0d0e9051f39f
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 11:04:04 2013 +0100

    only set client hints for withdrawn if client is not dead
---
 src/bin/e_border.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 288901c..4c59393 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -1008,7 +1008,8 @@ e_border_hide(E_Border *bd,
      _e_border_action_finish();
 
    e_container_shape_hide(bd->shape);
-   if (!bd->iconic) e_hints_window_hidden_set(bd);
+   if ((!bd->iconic) && (!bd->delete_requested))
+     e_hints_window_hidden_set(bd);
 
    bd->visible = 0;
    bd->changes.visible = 1;

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to