Revision 250 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/FFrameGroupDialog.java

View differences:

FFrameGroupDialog.java
128 128
                    }
129 129
                    PluginServices.getMDIManager().closeWindow(
130 130
                        FFrameGroupDialog.this);
131
                    // m_layout.refresh();
132 131
                    isAcepted = true;
132
                    notifyDialogClosed();
133 133
                }
134 134
            });
135 135
        }
......
153 153
                public void actionPerformed(java.awt.event.ActionEvent e) {
154 154
                    PluginServices.getMDIManager().closeWindow(
155 155
                        FFrameGroupDialog.this);
156
                    notifyDialogClosed();
156 157
                }
157 158
            });
158 159
        }

Also available in: Unified diff