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

New commits:
commit a848adedd0eb6adf46b7bb70734a4264bee53a87
Author: Rachit Gupta <rachitgupta1...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to