/[gnustep]/gnustep/usr-apps/gworkspace/Viewers/IconsViewer/IconsPanel.m
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/Viewers/IconsViewer/IconsPanel.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by esersale, Fri Sep 26 10:25:38 2003 UTC revision 1.5 by esersale, Mon Sep 29 13:20:29 2003 UTC
# Line 286  if (rct.size.height < 0) rct.size.height Line 286  if (rct.size.height < 0) rct.size.height
286    [icons removeAllObjects];    [icons removeAllObjects];
287    edIcon = nil;    edIcon = nil;
288        
289    files = [gworkspace server: nil sortedDirectoryContentsAtPath: currentPath];    files = [gworkspace sortedDirectoryContentsAtPath: currentPath];
290    files = [gworkspace server: nil checkHiddenFiles: files atPath: currentPath];      files = [gworkspace checkHiddenFiles: files atPath: currentPath];  
291                                    
292    count = [files count];    count = [files count];
293    if (count == 0) {    if (count == 0) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26