[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - fpicker/source
Szymon Kłos
eszkadev at gmail.com
Wed Mar 9 10:05:16 UTC 2016
fpicker/source/office/RemoteFilesDialog.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 235bed86a689b6b64ba2b407ad324ca366121ea0
Author: Szymon Kłos <eszkadev at gmail.com>
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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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()
More information about the Libreoffice-commits
mailing list