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

Szymon Kłos eszkadev at gmail.com
Mon Dec 29 15:28:27 PST 2014


 fpicker/source/office/iodlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 87e0ae677a7d39e4890d470a3537113c9ab2fa95
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Sun Dec 28 18:53:30 2014 +0100

    fdo#85182 : default focus on folder rather than filename
    
    Change-Id: I84a2b6dd3f7045f1e95e6d45226797c33231552b
    Reviewed-on: https://gerrit.libreoffice.org/13685
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 5b9ff2b..06ede44 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -452,6 +452,7 @@ void SvtFileDialog::Init_Impl
     get(_pImp->_pCbOptions, "options");
     get(_pImp->_pFtFileName, "file_name_label");
     get(_pImp->_pEdFileName, "file_name");
+    _pImp->_pEdFileName->GetFocus();
     get(_pImp->_pFtFileType, "file_type_label");
     get(_pImp->_pLbFilter, "file_type");
     get(_pImp->_pEdCurrentPath, "current_path");


More information about the Libreoffice-commits mailing list