]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
*add* include svn revision in the VERSION_STRING if building with cmake
[chaz/tint2] / src / systray / systraybar.c
index c8c0b6b6ea3b33963e236be0b6a70cc0872528aa..aec5752e603efe84451988c5918938e517ead7f7 100644 (file)
@@ -436,7 +436,6 @@ gboolean add_icon(Window id)
                XSendEvent(server.dsp, id, False, 0xFFFFFF, &e);
        }
 
-       printf("Adding systray with window: %d\n", id);
        traywin = g_new0(TrayWindow, 1);
        traywin->id = parent_window;
        traywin->tray_id = id;
@@ -477,7 +476,6 @@ void remove_icon(TrayWindow *traywin)
 {
        XErrorHandler old;
 
-       printf("Removing systray with window: %d\n", traywin->tray_id);
        // remove from our list
        systray.list_icons = g_slist_remove(systray.list_icons, traywin);
        systray.area.resize = 1;
This page took 0.023622 seconds and 4 git commands to generate.