From a7a178589992eeece8939dd179c0d5f0032002c4 Mon Sep 17 00:00:00 2001 From: rathnor Date: Thu, 8 May 2003 02:20:52 +0000 Subject: fix silly mistake in widow move layers --- src/Window.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index b6a80ba..fb07764 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.162 2003/05/08 01:51:18 rathnor Exp $ +// $Id: Window.cc,v 1.163 2003/05/08 02:20:52 rathnor Exp $ #include "Window.hh" @@ -1565,7 +1565,7 @@ void FluxboxWindow::moveToLayer(int layernum) { if (!win->isIconic()) { screen.updateNetizenWindowRaise(client->window()); } - win->getLayerItem().lowerLayer(); + win->getLayerItem().moveToLayer(layernum); // remember number just in case a transient happens to revisit this window layernum = win->getLayerItem().getLayerNum(); win->setLayerNum(layernum); -- cgit v0.11.2