(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
This commit is contained in:
@@ -245,7 +245,7 @@ static void TimetableWndProc(Window *w, WindowEvent *we)
|
||||
break;
|
||||
}
|
||||
|
||||
SetWindowDirty(w);
|
||||
w->SetDirty();
|
||||
} break;
|
||||
|
||||
case WE_ON_EDIT_TEXT: {
|
||||
|
Reference in New Issue
Block a user