diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 21:49:27 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 21:49:27 (GMT) |
commit | 9616a676d869b8f67742da99d55e9327ea867166 (patch) | |
tree | 32d8daf4d851b4038e7098f88570891c0727bd7b /src/fluxbox.cc | |
parent | 813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3 (diff) | |
download | fluxbox_pavel-9616a676d869b8f67742da99d55e9327ea867166.zip fluxbox_pavel-9616a676d869b8f67742da99d55e9327ea867166.tar.bz2 |
renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 4513c47..ee0abae 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -465,7 +465,7 @@ Fluxbox::Fluxbox(int argc, char **argv, | |||
465 | Fluxbox::~Fluxbox() { | 465 | Fluxbox::~Fluxbox() { |
466 | 466 | ||
467 | // this needs to be destroyed before screens; otherwise, menus stored in | 467 | // this needs to be destroyed before screens; otherwise, menus stored in |
468 | // key commands cause a segfault when the XLayerItem is destroyed | 468 | // key commands cause a segfault when the LayerItem is destroyed |
469 | m_key.reset(0); | 469 | m_key.reset(0); |
470 | 470 | ||
471 | leaveAll(); // leave all connections | 471 | leaveAll(); // leave all connections |