On 22-Jun-2002 Robert wrote:
> 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
>
I left it in for now just in case the workspace change crash still occured. It
will go away in a few days.