aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-06-27 15:05:19 (GMT)
committerrathnor <rathnor>2003-06-27 15:05:19 (GMT)
commita69b117fe4a2abb4eaeb70b41a98b0561912472c (patch)
tree1d5a794c39891cd39fdf47d539eda8eac78e811f /src/WinClient.cc
parentdce147f3c471ed65a1c473758293a83d655c1a8b (diff)
downloadfluxbox-a69b117fe4a2abb4eaeb70b41a98b0561912472c.zip
fluxbox-a69b117fe4a2abb4eaeb70b41a98b0561912472c.tar.bz2
fix slit netizen issues
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc4
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;