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/FFrameNorthDialog.java

View differences:

FFrameNorthDialog.java
154 154

  
155 155
                            PluginServices.getMDIManager().closeWindow(
156 156
                                FFrameNorthDialog.this);
157
                            isAcepted = true;
158
                            notifyDialogClosed();
157 159
                            layoutPanel.getLayoutControl().setDefaultTool();
158
                            isAcepted = true;
159 160
                        }
160 161
                    }, new java.awt.event.ActionListener() { // Cancel
161 162

  
162 163
                        public void actionPerformed(java.awt.event.ActionEvent e) {
163 164
                            PluginServices.getMDIManager().closeWindow(
164 165
                                FFrameNorthDialog.this);
166
                            notifyDialogClosed();
165 167
                        }
166 168
                    }
167 169

  

Also available in: Unified diff