(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.

This commit is contained in:
rubidium
2008-05-06 22:08:18 +00:00
parent 8796331d83
commit 9db77e3808
34 changed files with 241 additions and 246 deletions

View File

@@ -245,7 +245,7 @@ static void TimetableWndProc(Window *w, WindowEvent *we)
break;
}
SetWindowDirty(w);
w->SetDirty();
} break;
case WE_ON_EDIT_TEXT: {