diff options
-rw-r--r-- | src/Gnome.cc | 4 |
1 files 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 @@ | |||
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: Gnome.cc,v 1.7 2003/02/02 16:32:37 rathnor Exp $ | 22 | // $Id: Gnome.cc,v 1.8 2003/02/03 13:49:39 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Gnome.hh" | 24 | #include "Gnome.hh" |
25 | 25 | ||
@@ -376,7 +376,7 @@ void Gnome::setLayer(FluxboxWindow *win, int layer) { | |||
376 | layer = Fluxbox::instance()->getDesktopLayer() - layer; | 376 | layer = Fluxbox::instance()->getDesktopLayer() - layer; |
377 | break; | 377 | break; |
378 | } | 378 | } |
379 | win->getScreen()->setLayer(*win->getLayerItem(),layer); | 379 | win->getScreen()->setLayer(win->getLayerItem(),layer); |
380 | 380 | ||
381 | } | 381 | } |
382 | 382 | ||