From 5bb2d4b9015c8ca854d21e1364ed5a2e90e34485 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Mon, 3 Feb 2003 13:49:39 +0000
Subject: using reference instead

---
 src/Gnome.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Gnome.cc b/src/Gnome.cc
index 7cf7f1c..37b0bdb 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Gnome.cc,v 1.7 2003/02/02 16:32:37 rathnor Exp $
+// $Id: Gnome.cc,v 1.8 2003/02/03 13:49:39 fluxgen Exp $
 
 #include "Gnome.hh"
 
@@ -376,7 +376,7 @@ void Gnome::setLayer(FluxboxWindow *win, int layer) {
         layer = Fluxbox::instance()->getDesktopLayer() - layer;
         break;
     }
-    win->getScreen()->setLayer(*win->getLayerItem(),layer);
+    win->getScreen()->setLayer(win->getLayerItem(),layer);
 
 }
 
-- 
cgit v0.11.2