misc changes
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / view / bookmark / BookmarkListNode.java
index 37adfc6..14b2a1f 100644 (file)
@@ -104,7 +104,7 @@ public final class BookmarkListNode extends TreeNode implements PropertyChangeLi
         Collections.sort(this.children);
         this.initialized = true;
         
-        if (changed) {
+        if  (temp.size() > 0 || changed ) {
             firePropertyChange("bookmarks", null, null);
         }
     }