Index: /applications/editors/josm/plugins/validator/build.xml
===================================================================
--- /applications/editors/josm/plugins/validator/build.xml	(revision 12575)
+++ /applications/editors/josm/plugins/validator/build.xml	(revision 12576)
@@ -42,5 +42,5 @@
 	<attribute name="Plugin-Description" value="A OSM data validator"/>
 	<attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
-        <attribute name="Plugin-Mainversion" value="1065"/>
+        <attribute name="Plugin-Mainversion" value="1179"/>
 	<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
 	<attribute name="Author" value="Francisco R. Santos"/>
Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java	(revision 12575)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java	(revision 12576)
@@ -98,5 +98,5 @@
 	}
 
-	public void ok()
+	public boolean ok()
 	{
 		StringBuilder tests = new StringBuilder();
@@ -120,4 +120,5 @@
 		Main.pref.put( PREF_USE_IGNORE, prefUseIgnore.isSelected());
 		Main.pref.put( PREF_LAYER, prefUseLayer.isSelected());
+		return false;
 	}
 }
