From 3a3dfc33f20ca3137499e133dcf8ed83e74dcb81 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Thu, 6 Sep 2012 16:13:27 +0000 Subject: [PATCH] [388947] column sort icon issue with Remote Systems Details view --- .../UI/org/eclipse/rse/ui/view/SystemTableView.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java index 520efc8eecb..0b8211e1e6f 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2002, 2011 IBM Corporation and others. All rights reserved. + * Copyright (c) 2002, 2012 IBM Corporation and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html @@ -31,6 +31,7 @@ * David McKnight (IBM) - [340912] inconsistencies with columns in RSE table viewers * David McKnight (IBM) - [357587] Custom sorter is changed to SystemTableViewSorter * David McKnight (IBM) - [363392] system table views shows open view actions when they shouldn't + * David McKnight (IBM) - [388947] column sort icon issue with Remote Systems Details view ********************************************************************************/ package org.eclipse.rse.ui.view; @@ -241,6 +242,7 @@ public class SystemTableView } else { oldSorter.setColumnNumber(column); + tcolumn.setImage(_downI); } } else