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

Joren De Cuyper jorendc at libreoffice.org
Fri Feb 7 07:10:48 PST 2014


 sfx2/source/doc/templatedlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0565a99a7598197f5354914927827fc7addd95f5
Author: Joren De Cuyper <jorendc at libreoffice.org>
Date:   Fri Feb 7 12:51:00 2014 +0100

    fdo#60586 - [Template manager] Switching tabs does not update breadcrumbs
    
    When applying a filter, lets go to the rootfolder of that filter
    
    Change-Id: I7034584da65ec777aa3cc288e1423596312caeec
    Reviewed-on: https://gerrit.libreoffice.org/7905
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 645c196..df996fc 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -369,6 +369,7 @@ FILTER_APPLICATION SfxTemplateManagerDlg::getCurrentFilter()
 IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl)
 {
     mpCurView->filterItems(ViewFilter_Application(getCurrentFilter()));
+    mpCurView->showRootRegion(); // fdo#60586 show the root region of the applied filter
 
     if (mpSearchView->IsVisible())
         SearchUpdateHdl(NULL);


More information about the Libreoffice-commits mailing list