[Esbox-commits] r52 - trunk/org.indt.esbox.core/src/org/indt/esbox/core

raul at garage.maemo.org raul at garage.maemo.org
Thu Oct 4 16:48:08 EEST 2007


Author: raul
Date: 2007-10-04 16:48:08 +0300 (Thu, 04 Oct 2007)
New Revision: 52

Modified:
   trunk/org.indt.esbox.core/src/org/indt/esbox/core/CoreActivator.java
Log:
default values modified.

Modified: trunk/org.indt.esbox.core/src/org/indt/esbox/core/CoreActivator.java
===================================================================
--- trunk/org.indt.esbox.core/src/org/indt/esbox/core/CoreActivator.java	2007-10-04 13:36:11 UTC (rev 51)
+++ trunk/org.indt.esbox.core/src/org/indt/esbox/core/CoreActivator.java	2007-10-04 13:48:08 UTC (rev 52)
@@ -133,6 +133,7 @@
 			String value = entry.getValue().toString();
 			value = replaceUserName(value);
 			preferenceStore.setValue(key, value);
+			preferenceStore.setDefault(key, value);
 		}
 	}
 



More information about the Esbox-commits mailing list