[Libreoffice-commits] core.git: cui/source

Caolán McNamara caolanm at redhat.com
Thu Jul 21 20:45:59 UTC 2016


 cui/source/options/optpath.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c1bd3156cf66318023f36d81ce809a38072588e4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jul 21 21:44:06 2016 +0100

    Resolves: tdf#101054 crash on options->path with non-native file picker
    
    regression from...
    
    commit 3bbc0574d78d129359638b74612de2f93419eeb0
    Author: Caolán McNamara <caolanm at redhat.com>
    Date:   Tue Jul 5 10:16:51 2016 +0100
    
        Resolves: rhbz#1352835 path options doesn't promptly destroy folder picker
    
    only clear the xFolderPicker immediately in the non-async case
    
    Change-Id: Id6a411424d41262a9379ad3eb7976c8dd666a5cf

diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 28fa705..2380d9a 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -730,7 +730,6 @@ IMPL_LINK_TYPED( SvxPathTabPage, DialogClosedHdl, DialogClosedEvent*, pEvt, void
         OUString sURL = xFolderPicker->getDirectory();
         ChangeCurrentEntry( sURL );
     }
-    xFolderPicker.clear();
 }
 
 void SvxPathTabPage::GetPathList(


More information about the Libreoffice-commits mailing list