[BUG_FIXED] Fix "Save All" UI problem.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@855 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2012-01-02 22:04:50 +00:00
parent 18942fa999
commit 4eb429531e
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ bool Notepad_plus::fileSaveAll() {
fileSave(idToSave); fileSave(idToSave);
} }
} }
checkDocState();
return true; return true;
} }