diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-21 21:44:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-21 21:45:29 +0100 |
commit | c1bd3156cf66318023f36d81ce809a38072588e4 (patch) | |
tree | 8448ed5c3e0373f456d23fd407b58f893372efac | |
parent | e543f5cfc3a83f2d17901ca02646c3dcc8ed17b3 (diff) |
Resolves: tdf#101054 crash on options->path with non-native file picker
regression from...
commit 3bbc0574d78d129359638b74612de2f93419eeb0
Author: Caolán McNamara <caolanm@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
-rw-r--r-- | cui/source/options/optpath.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 28fa70535f7c..2380d9a4fa8d 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( |