[Libreoffice-commits] core.git: fpicker/source

Szymon Kłos eszkadev at gmail.com
Wed Apr 13 06:38:53 UTC 2016


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

New commits:
commit b0e8f9ff2d59f5c1617f4c45ac457ec16a41cee5
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Sat Mar 5 01:12:35 2016 +0100

    tdf#98395 : Remote File dialog showing wrong details in columns
    
    Before patch:
    - File type in the Size column (only first launch)
    
    After patch:
    - File type is not visible
    
    Change-Id: Ia2e3775f49dd9bfcc77a985812e040f70201f45c
    Reviewed-on: https://gerrit.libreoffice.org/22921
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Tardon <dtardon at redhat.com>

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 1bc4fc1..dfb17fc 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -465,6 +465,8 @@ void RemoteFilesDialog::InitSize()
             }
         }
     }
+    else
+        m_pFileView->SetConfigString( "" );
 }
 
 void RemoteFilesDialog::FillServicesListbox()


More information about the Libreoffice-commits mailing list