From 7d37f9b98b195cf5241fa55dd40de092426cda7f Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 13 Aug 2003 16:39:24 +0000 Subject: using TextButton for label --- src/Window.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index 9363edb..1ac095a 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.217 2003/08/13 09:42:22 fluxgen Exp $ +// $Id: Window.cc,v 1.218 2003/08/13 16:39:24 fluxgen Exp $ #include "Window.hh" @@ -774,7 +774,7 @@ bool FluxboxWindow::removeClient(WinClient &client) { FbTk::EventManager &evm = *FbTk::EventManager::instance(); evm.remove(client.window()); - FbTk::Button *label_btn = m_labelbuttons[&client]; + TextButton *label_btn = m_labelbuttons[&client]; if (label_btn != 0) { frame().removeLabelButton(*label_btn); evm.remove(label_btn->window()); -- cgit v0.11.2