disable checklist editor initially
authorAlexander Oppermann <a.oppermann@bgbm.org>
Mon, 15 Dec 2014 12:12:45 +0000 (12:12 +0000)
committerAlexander Oppermann <a.oppermann@bgbm.org>
Mon, 15 Dec 2014 12:12:45 +0000 (12:12 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java

index 7e2c95d4d9af211c924667b207f1bdc2ba262a5f..62414dcfd669bdc1906a5783521a81625ae3bd38 100644 (file)
@@ -393,7 +393,7 @@ public class PreferencesUtil implements IPreferenceKeys {
                                "http://www.biodiversitylibrary.org/openurl");
                getPreferenceStore().setDefault(OPENURL_IMAGE_MAX_WIDTH, "1000");
                getPreferenceStore().setDefault(OPENURL_IMAGE_MAX_HEIGHT, "1000");
                                "http://www.biodiversitylibrary.org/openurl");
                getPreferenceStore().setDefault(OPENURL_IMAGE_MAX_WIDTH, "1000");
                getPreferenceStore().setDefault(OPENURL_IMAGE_MAX_HEIGHT, "1000");
-               getPreferenceStore().setDefault(IPreferenceKeys.DISTRIBUTION_AREA_PREFRENCES_ACTIVE, true);
+               getPreferenceStore().setDefault(IPreferenceKeys.DISTRIBUTION_AREA_PREFRENCES_ACTIVE, false);
        }
 
        /**
        }
 
        /**