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

View differences:

FFramePictureDialog.java
340 340
                    } catch (CloneNotSupportedException e1) {
341 341
                        LOG.error("It is not possible clonate the object", e);
342 342
                    }
343

  
343
                    isAcepted = true;
344 344
                    PluginServices.getMDIManager().closeWindow(
345 345
                        FFramePictureDialog.this);
346
                    notifyDialogClosed();
346 347
                    layoutPanel.getLayoutControl().setDefaultTool();
347
                    isAcepted = true;
348 348
                }
349 349
            });
350 350
        }
......
369 369
                    newFFramePicture = null;
370 370
                    PluginServices.getMDIManager().closeWindow(
371 371
                        FFramePictureDialog.this);
372
                    notifyDialogClosed();
372 373
                }
373 374
            });
374 375
        }

Also available in: Unified diff