[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - cui/source
Caolán McNamara
caolanm at redhat.com
Fri Jul 22 10:41:03 UTC 2016
cui/source/options/optpath.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit aafdbb7763b939742050159ce784b799f26eb834
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
(cherry picked from commit c1bd3156cf66318023f36d81ce809a38072588e4)
Reviewed-on: https://gerrit.libreoffice.org/27417
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 7c2de67..6aa3466 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