1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00

[260346] RSE view for jobs does not remember resized columns

-java 1.4 compliance
This commit is contained in:
David McKnight 2009-01-14 16:25:48 +00:00
parent 49417775cf
commit fc49a59be3

View file

@ -699,7 +699,7 @@ public class SystemTableViewPart extends ViewPart
String columnWidths = memento.getString(TAG_TABLE_VIEW_COLUMN_WIDTHS_ID);
if (columnWidths != null)
{
if (columnWidths.contains(";")){ //$NON-NLS-1$
if (columnWidths.indexOf(";") > 0){ //$NON-NLS-1$
// matches new format for column width memento
// new code - as of RSE 3.1
HashMap cachedColumnWidths = new HashMap();