]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
save the dock's class/name for future evil purposes!
[chaz/openbox] / openbox / event.c
index f55950b527562b7a308fe90e73bfb00de63c19dc..732857e0886486a6b29b60267b88443f773effe7 100644 (file)
@@ -1007,7 +1007,6 @@ static void event_handle_dockapp(DockApp *app, XEvent *e)
         dock_app_drag(app, &e->xmotion);
         break;
     case UnmapNotify:
-        g_message("Unmap");
        if (app->ignore_unmaps) {
            app->ignore_unmaps--;
            break;
@@ -1015,7 +1014,6 @@ static void event_handle_dockapp(DockApp *app, XEvent *e)
        dock_remove(app, TRUE);
        break;
     case DestroyNotify:
-        g_message("Destroy");
        dock_remove(app, FALSE);
        break;
     case ReparentNotify:
This page took 0.019993 seconds and 4 git commands to generate.