/[gnustep]/gnustep/usr-apps/gworkspace/Viewers/SmallIconsViewer/SmallIconsPanel.m
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/Viewers/SmallIconsViewer/SmallIconsPanel.m

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

revision 1.2 by esersale, Wed Aug 27 10:13:53 2003 UTC revision 1.3 by esersale, Mon Sep 29 13:20:29 2003 UTC
# Line 261  if (rct.size.height < 0) rct.size.height Line 261  if (rct.size.height < 0) rct.size.height
261        
262    [icons removeAllObjects];    [icons removeAllObjects];
263    
264    files = [gworkspace server: nil sortedDirectoryContentsAtPath: currentPath];    files = [gworkspace sortedDirectoryContentsAtPath: currentPath];
265    files = [gworkspace server: nil checkHiddenFiles: files atPath: currentPath];      files = [gworkspace checkHiddenFiles: files atPath: currentPath];  
266                    
267    count = [files count];    count = [files count];
268    if (count == 0) {    if (count == 0) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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