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

View differences:

FFrameLegendDialog.java
290 290

  
291 291
                    PluginServices.getMDIManager().closeWindow(
292 292
                        FFrameLegendDialog.this);
293
                    notifyDialogClosed();
293 294
                    layoutPanel.getLayoutControl().setDefaultTool();
294 295
                    isAcepted = true;
295 296
                }
......
300 301
                    newFFrameLegend = null;
301 302
                    PluginServices.getMDIManager().closeWindow(
302 303
                        FFrameLegendDialog.this);
304
                    notifyDialogClosed();
303 305
                }
304 306
            };
305 307
            accept = new AcceptCancelPanel(okAction, cancelAction);

Also available in: Unified diff