diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-10-10 20:01:02 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-10-10 20:01:02 +0200 |
commit | c18dc237dc28eef504a0867cf5be6461edec6bbc (patch) | |
tree | b41d6e8c788ab3b5c4052164950c9607a286c113 /svtools | |
parent | 2660a20170f31c764a7a5720c0d8b678dfb84666 (diff) |
remember host name
feature/gsoc15-open-remote-files-dialog
Change-Id: I74ebde5402ac385fe24cb5b4eb9a3ed9dcef2fe6
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/ServerDetailsControls.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx index 26fe15fda529..accb47f73571 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() ); |