]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/packaging/ui/SpdProtocolDecls.java
Fix the bug of leaving empty GuidTypeList, SupArchList attributes in xml file.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / packaging / ui / SpdProtocolDecls.java
index 51994cf18a94549ce8999c3478ed3d443a00edc6..d58fcef00ad21ced3f0ca848a77bd961f8b0a331 100644 (file)
@@ -102,14 +102,17 @@ public class SpdProtocolDecls extends SpdGuidDecls {
         if (!dataValidation(row)){\r
             return;\r
         }\r
+        docConsole.setSaved(false);\r
         sfc.genSpdProtocolDeclarations(row[0], row[1], row[2], row[3], stringToVector(row[4]), stringToVector(row[5]));\r
     }\r
     \r
     protected void removeRow(int i){\r
         sfc.removeSpdProtocolDeclaration(i);\r
+        docConsole.setSaved(false);\r
     }\r
     \r
     protected void clearAllRow(){\r
         sfc.removeSpdProtocolDeclaration();\r
+        docConsole.setSaved(false);\r
     }\r
 }\r