### Eclipse Workspace Patch 1.0 #P org.eclipse.rse.files.ui Index: src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java,v retrieving revision 1.38 diff -u -r1.38 SystemViewRemoteFileAdapter.java --- src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java 13 Jul 2007 19:31:38 -0000 1.38 +++ src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java 19 Jul 2007 14:58:31 -0000 @@ -24,6 +24,7 @@ * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core * Xuan Chen (IBM) - [180671] [refresh] It is not possible to refresh editor with double clicking on it * David Dykstal (IBM) - [160776] format file size according to client system conventions and locale + * David McKnight (IBM) - [197089] Need to set the filter when there is no separator in filter string ********************************************************************************/ package org.eclipse.rse.internal.files.ui.view; @@ -604,6 +605,11 @@ { filter = filterString.substring(sepIndex + 1); } + else + { + // fix for 197089 + filter = filterString; + } } } else