fpicker/source/office/RemoteFilesDialog.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 235bed86a689b6b64ba2b407ad324ca366121ea0
Author: Szymon Kłos <[email protected]>
Date:   Fri Mar 4 16:47:37 2016 +0100

    tdf#98395 : Remote File dialog showing wrong details in columns
    
    How to reproduce / test:
    
    1. Start Center > Remote Files > Add service
    2. Set type to: Alfresco 4
    3. Set host to: http://cmis.alfresco.com/cmisatom
    4. Click refresh icon and enter login:admin pass:admin
    5. Click OK and open this service
    
    Before patch:
    - File type in the Size column
    
    After patch:
    - File type is not visible
    
    Change-Id: I6fc9674694488cf1c93fd61cab91f8f6229bf237
    Reviewed-on: https://gerrit.libreoffice.org/22903
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx 
b/fpicker/source/office/RemoteFilesDialog.cxx
index 29d22d6..035db1d 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -458,6 +458,8 @@ void RemoteFilesDialog::InitSize()
             }
         }
     }
+    else
+        m_pFileView->SetConfigString( "" );
 }
 
 void RemoteFilesDialog::FillServicesListbox()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to