>From f933810b7eaa4f46b43d6b31734903dab4358e26 Mon Sep 17 00:00:00 2001 From: Ben Spencer Date: Tue, 12 Jul 2011 13:20:19 +0100 Subject: [PATCH] Only focus window in group-add-window if raise is specified. --- tile-group.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tile-group.lisp b/tile-group.lisp index 72d8d73..29cdb2b 100644 --- a/tile-group.lisp +++ b/tile-group.lisp @@ -72,7 +72,7 @@ (sync-frame-windows group (window-frame window)) ;; maybe show the window in its new frame (when (null (frame-window (window-frame window))) - (really-raise-window window))) + (frame-raise-window group (window-frame window) window raise))) (defmethod group-current-window ((group tile-group)) (frame-window (tile-group-current-frame group))) -- 1.7.5.4