[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - svtools/source

Szymon Kłos eszkadev at gmail.com
Sat Oct 10 11:01:34 PDT 2015


 svtools/source/dialogs/ServerDetailsControls.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c18dc237dc28eef504a0867cf5be6461edec6bbc
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Sat Oct 10 20:01:02 2015 +0200

    remember host name
    
    Change-Id: I74ebde5402ac385fe24cb5b4eb9a3ed9dcef2fe6

diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx
index 26fe15f..accb47f 100644
--- a/svtools/source/dialogs/ServerDetailsControls.cxx
+++ b/svtools/source/dialogs/ServerDetailsControls.cxx
@@ -137,6 +137,7 @@ bool HostDetailsContainer::setUrl( const INetURLObject& rUrl )
 
     if ( bSuccess )
     {
+        m_sHost = rUrl.GetHost( );
         m_pEDHost->SetText( rUrl.GetHost( ) );
         m_pEDPort->SetValue( rUrl.GetPort( ) );
         m_pEDRoot->SetText( rUrl.GetURLPath() );


More information about the Libreoffice-commits mailing list