diff options
author | rathnor <rathnor> | 2003-06-27 15:05:19 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-06-27 15:05:19 (GMT) |
commit | a69b117fe4a2abb4eaeb70b41a98b0561912472c (patch) | |
tree | 1d5a794c39891cd39fdf47d539eda8eac78e811f /src/WinClient.cc | |
parent | dce147f3c471ed65a1c473758293a83d655c1a8b (diff) | |
download | fluxbox-a69b117fe4a2abb4eaeb70b41a98b0561912472c.zip fluxbox-a69b117fe4a2abb4eaeb70b41a98b0561912472c.tar.bz2 |
fix slit netizen issues
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index ddc0c57..4b13487 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.cc,v 1.15 2003/06/24 12:58:57 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.16 2003/06/27 15:05:19 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -96,6 +96,8 @@ WinClient::~WinClient() { | |||
96 | transients.pop_back(); | 96 | transients.pop_back(); |
97 | } | 97 | } |
98 | 98 | ||
99 | screen().removeNetizen(window()); | ||
100 | |||
99 | if (window_group != 0) { | 101 | if (window_group != 0) { |
100 | fluxbox->removeGroupSearch(window_group); | 102 | fluxbox->removeGroupSearch(window_group); |
101 | window_group = 0; | 103 | window_group = 0; |