fixed bug #1263858
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / WebUI.java
index 6c922f8..76ccbd5 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial implementation
  *
- * $Id: WebUI.java,v 1.5 2005-09-25 16:29:45 axelcl Exp $
+ * $Id: WebUI.java,v 1.6 2005-10-13 18:38:19 axelcl Exp $
  */
 
 package net.sourceforge.phpeclipse.ui;
@@ -155,7 +155,7 @@ public class WebUI extends AbstractUIPlugin implements IPreferenceConstants {
   protected void initializeDefaultPreferences(IPreferenceStore store) {
     store.setDefault(PHP_LOCALHOST_PREF, "http://localhost");
     store.setDefault(PHP_DOCUMENTROOT_PREF, getWorkspace().getRoot().getLocation().toString());
-    store.setDefault(PHP_BOOKMARK_DEFAULT, "");
+//    store.setDefault(PHP_BOOKMARK_DEFAULT, "");
 
     store.setDefault(PHP_AUTO_PREVIEW_DEFAULT, "true");
     store.setDefault(PHP_BRING_TO_TOP_PREVIEW_DEFAULT, "true");