(svn r23718) -Fix [FS#4936]: rescanai caused crash when the AI settings of an AI was opened

This commit is contained in:
rubidium 2012-01-02 20:39:50 +00:00
parent caa5762636
commit 37b136576d
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@
InvalidateWindowData(WC_AI_LIST, 0, 1);
SetWindowClassesDirty(WC_AI_DEBUG);
SetWindowDirty(WC_AI_SETTINGS, 0);
InvalidateWindowClassesData(WC_AI_SETTINGS);
}
#if defined(ENABLE_NETWORK)

View File

@ -178,7 +178,7 @@
InvalidateWindowData(WC_AI_LIST, 0, 1);
SetWindowClassesDirty(WC_AI_DEBUG);
SetWindowDirty(WC_AI_SETTINGS, 0);
InvalidateWindowClassesData(WC_AI_SETTINGS);
}