View | Details | Raw Unified | Return to bug 197089
Collapse All | Expand All

(-)src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (+6 lines)
Lines 24-29 Link Here
24
 * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core
24
 * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core
25
 * Xuan Chen        (IBM)        - [180671] [refresh] It is not possible to refresh editor with double clicking on it
25
 * Xuan Chen        (IBM)        - [180671] [refresh] It is not possible to refresh editor with double clicking on it
26
 * David Dykstal (IBM) - [160776] format file size according to client system conventions and locale
26
 * David Dykstal (IBM) - [160776] format file size according to client system conventions and locale
27
 * David McKnight   (IBM)        - [197089] Need to set the filter when there is no separator in filter string
27
 ********************************************************************************/
28
 ********************************************************************************/
28
29
29
package org.eclipse.rse.internal.files.ui.view;
30
package org.eclipse.rse.internal.files.ui.view;
Lines 604-609 Link Here
604
				{
605
				{
605
					filter = filterString.substring(sepIndex + 1);
606
					filter = filterString.substring(sepIndex + 1);
606
				}
607
				}
608
				else
609
				{
610
					// fix for 197089
611
					filter = filterString;
612
				}
607
			}
613
			}
608
		}
614
		}
609
		else
615
		else

Return to bug 197089