all repos — fluxbox @ c915add887c866d6c750ea74c0342e7fd01d574f

custom fork of the fluxbox windowmanager

removed debug msg
fluxgen fluxgen
commit

c915add887c866d6c750ea74c0342e7fd01d574f

parent

b6c886592634f95609da1f87ce9ff81e066735c9

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/SystemTray.ccsrc/SystemTray.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: SystemTray.cc,v 1.8 2004/04/19 22:48:19 fluxgen Exp $ +// $Id: SystemTray.cc,v 1.9 2004/04/19 22:49:25 fluxgen Exp $ #include "SystemTray.hh"

@@ -221,7 +221,6 @@

void SystemTray::addClient(Window win) { if (win == 0) return; - cerr<<"Add client: "<<win<<endl; ClientList::iterator it = findClient(win); if (it != m_clients.end())