diff options
-rw-r--r-- | src/SystemTray.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 215adce..7214c20 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.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: SystemTray.cc,v 1.8 2004/04/19 22:48:19 fluxgen Exp $ | 22 | // $Id: SystemTray.cc,v 1.9 2004/04/19 22:49:25 fluxgen Exp $ |
23 | 23 | ||
24 | #include "SystemTray.hh" | 24 | #include "SystemTray.hh" |
25 | 25 | ||
@@ -221,7 +221,6 @@ SystemTray::ClientList::iterator SystemTray::findClient(Window win) { | |||
221 | void SystemTray::addClient(Window win) { | 221 | void SystemTray::addClient(Window win) { |
222 | if (win == 0) | 222 | if (win == 0) |
223 | return; | 223 | return; |
224 | cerr<<"Add client: "<<win<<endl; | ||
225 | 224 | ||
226 | ClientList::iterator it = findClient(win); | 225 | ClientList::iterator it = findClient(win); |
227 | if (it != m_clients.end()) | 226 | if (it != m_clients.end()) |