https://bugs.freedesktop.org/show_bug.cgi?id=87123

--- Comment #12 from Julien Nabet <[email protected]> ---
I noticed that if we comment this block
    464             // add a window listener, to know
    465             // if the user used "escape" key to
    466             // close the dialog.
    467             xWindow.addWindowListener(new XWindowListenerAdapter() {
    468                 @Override
    469                 public void windowHidden(EventObject event) {
    470                     cancelWizard_1();
    471                 }   
    472             });

(see
http://opengrok.libreoffice.org/xref/core/wizards/com/sun/star/wizards/ui/WizardDialog.java#464)
it seems ok.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to