[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - fpicker/source

Szymon Kłos eszkadev at gmail.com
Mon Jan 5 02:02:10 PST 2015


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

New commits:
commit 42f645a96ce17534e94f3d221a400e92636d3694
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 (4.4)
    
    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>
    (cherry picked from commit 87e0ae677a7d39e4890d470a3537113c9ab2fa95)
    Reviewed-on: https://gerrit.libreoffice.org/13693
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 81ce17e..2e82a40 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -455,6 +455,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