git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@21 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
jlin16 2006-04-25 04:14:20 +00:00
parent 7d828c05af
commit 8d29653d55
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ public class UpdateGuids extends JFrame implements ActionListener {
Remove original GUID declarations before saving updated ones
**/
protected void save() {
if (jTable.isEditing()) {
jTable.getCellEditor().stopCellEditing();
}
sfc.removeSpdGuidDeclaration();
int rowCount = model.getRowCount();
int i = 0;