In beta9, Screen.cc,
void BScreen::changeWorkspaceID(unsigned int id) {
if (! current_workspace) return;
if (id != current_workspace->getID()) {
fprintf(stderr, "leaving %d for %d\n", current_workspace->getID(), id);
//...
I think the printf ought to be escaped with an #ifdef DEBUG
it wasn't there in beta8 - I assume it was a diagnostic that got left in
R
--
Robert Marshall
