[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

Rachit Gupta rachitgupta1792 at gmail.com
Tue Jul 1 21:43:01 PDT 2014


 cui/source/options/personalization.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a848adedd0eb6adf46b7bb70734a4264bee53a87
Author: Rachit Gupta <rachitgupta1792 at gmail.com>
Date:   Wed Jul 2 10:11:04 2014 +0530

    Minor fix: Own persona selected when user selects installed persona.
    
    Change-Id: I5ecd9e3b4a9b878cf5aeb2ccce2e51b45ce9a70a

diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx
index 0bc8fb5..69afe39 100644
--- a/cui/source/options/personalization.cxx
+++ b/cui/source/options/personalization.cxx
@@ -441,6 +441,8 @@ IMPL_LINK( SvxPersonalizationTabPage, DefaultPersona, PushButton*, pButton )
 
 IMPL_LINK( SvxPersonalizationTabPage, SelectInstalledPersona, ListBox*, )
 {
+    m_pOwnPersona->Check();
+
     // Get the details of the selected theme.
     m_pExtensionPersonaPreview->Show();
     sal_Int32 nSelectedPos = m_pPersonaList->GetSelectEntryPos();


More information about the Libreoffice-commits mailing list