OSDN Git Service

libjava/ChangeLog:
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / java / util / prefs / GConfBasedPreferences.java
index 0fd4df3..c26fe63 100644 (file)
@@ -165,11 +165,7 @@ public class GConfBasedPreferences
     
     GConfBasedPreferences preferenceNode
       = new GConfBasedPreferences(this, name, this.isUser);
-    
-    // register the node for to GConf so that it can listen
-    // events outside the scope of the application
-    backend.startWatchingNode(this.node);
-    
+        
     return preferenceNode;
   }