Index: trunk/src/org/openstreetmap/josm/gui/io/ActionFlagsTableCell.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/io/ActionFlagsTableCell.java	(revision 7338)
+++ trunk/src/org/openstreetmap/josm/gui/io/ActionFlagsTableCell.java	(revision 7339)
@@ -70,5 +70,5 @@
 
     protected void updateCheckboxes(Object v) {
-        if (checkBoxes[0] != null && checkBoxes[1] != null) {
+        if (v != null && checkBoxes[0] != null && checkBoxes[1] != null) {
             boolean[] values;
             if(v instanceof SaveLayerInfo) {
