Kaydet (Commit) 2635c0ac authored tarafından Szymon Kłos's avatar Szymon Kłos

set no selection when user aborted auth

Change-Id: I15c865306948d4fe321b188324ad298fee322a6a
üst 734efdaa
......@@ -336,6 +336,10 @@ short RemoteFilesDialog::Execute()
Show();
SelectServiceHdl( NULL );
}
if( !m_bIsConnected )
{
m_pServices_lb->SetNoSelection();
}
short nRet = SvtFileDialog_Base::Execute();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment