From a8003ba2c0b4cb6904392d7c5bad6c4981402368 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 27 Jan 2007 20:34:16 +0000 Subject: minor cleaning --- src/Window.cc | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index bb271c3..df08744 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -49,7 +49,6 @@ #include "FbTk/KeyUtil.hh" #include "FbTk/SimpleCommand.hh" #include "FbTk/Select2nd.hh" -#include "FbTk/Transparent.hh" #ifdef HAVE_CONFIG_H #include "config.h" @@ -295,7 +294,8 @@ FluxboxWindow::~FluxboxWindow() { WindowCmd::setWindow(0); #ifdef DEBUG - cerr<<__FILE__<<"("<<__LINE__<<"): starting ~FluxboxWindow("<title().c_str() : "" ; + cerr<<__FILE__<<"("<<__LINE__<<"): starting ~FluxboxWindow("<title(); } const string &FluxboxWindow::iconTitle() const { - static string empty_string(""); + static string empty_string; if (m_client == 0) return empty_string; return m_client->iconTitle(); -- cgit v0.11.2