misc changes
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / view / bookmark / GroupNode.java
index 1064faa..04b5da5 100644 (file)
@@ -71,7 +71,7 @@ public class GroupNode extends TreeNode implements Comparable, SchemaHolder {
                     this.children.add(entityNode);
                 }
             }
-            if (changed && !firstTimeInitialization) {
+            if ((temp.size() > 0 || changed ) && !firstTimeInitialization) {
                 firePropertyChange("children", null, null);
             }
         } catch (SQLException e) {