diff options
author | rathnor <rathnor> | 2003-05-04 23:38:06 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-05-04 23:38:06 (GMT) |
commit | 2ac0d82e451abd3cdc92df2a02c0da4eb8638ba1 (patch) | |
tree | acb6c82d00dd1258773c45ef539f38b2f093e191 /src/WinClient.cc | |
parent | 65bbfbe51b9d8531490708e83ba422c7dc53dc1a (diff) | |
download | fluxbox_pavel-2ac0d82e451abd3cdc92df2a02c0da4eb8638ba1.zip fluxbox_pavel-2ac0d82e451abd3cdc92df2a02c0da4eb8638ba1.tar.bz2 |
fix up focus problems
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 6a41434..ac84c91 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.5 2003/04/27 02:26:21 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.6 2003/05/04 23:38:06 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -71,8 +71,6 @@ WinClient::~WinClient() { | |||
71 | transient_for = 0; | 71 | transient_for = 0; |
72 | } | 72 | } |
73 | 73 | ||
74 | fluxbox->setFocusedWindow(transient_for); | ||
75 | |||
76 | if (transient_for != 0) { | 74 | if (transient_for != 0) { |
77 | FluxboxWindow::ClientList::iterator client_it = | 75 | FluxboxWindow::ClientList::iterator client_it = |
78 | transientFor()->clientList().begin(); | 76 | transientFor()->clientList().begin(); |