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

The proper order of services in listbox

Change-Id: Iacc1a53819e3865e23d6cb2ad241d578f30832a9
üst cb9c80cf
......@@ -150,7 +150,7 @@ void PlaceEditDialog::InitDetails( )
!( sUrl.startsWith( ALFRESCO_CLOUD_BASE_URL ) && bSkipAlfresco ) &&
!( sUrl == ONEDRIVE_BASE_URL && bSkipOneDrive ) )
{
m_pLBServerType->InsertEntry( aTypesNamesList[i], i );
nPos = m_pLBServerType->InsertEntry( aTypesNamesList[i], nPos );
std::shared_ptr<DetailsContainer> xCmisDetails(std::make_shared<CmisDetailsContainer>(this, sUrl));
xCmisDetails->setChangeHdl( LINK( this, PlaceEditDialog, EditHdl ) );
......
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