/[gnustep]/gnustep/usr-apps/gworkspace/GWorkspace/Recycler/RecyclerIcon.m
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/GWorkspace/Recycler/RecyclerIcon.m

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

revision 1.2 by esersale, Mon Aug 25 17:19:14 2003 UTC revision 1.3 by esersale, Tue Sep 30 15:38:05 2003 UTC
# Line 63  Line 63 
63                  ASSIGN (path, apath);                  ASSIGN (path, apath);
64                  ASSIGN (name, [path lastPathComponent]);                      ASSIGN (name, [path lastPathComponent]);    
65      [ws getInfoForFile: path application: &defApp type: &type];            [ws getInfoForFile: path application: &defApp type: &type];      
66                  ASSIGN (icon, [[GWorkspace gworkspace] iconForFile: path ofType: type]);                      ASSIGN (icon, [GWLib iconForFile: path ofType: type]);    
67      ASSIGN (highlight, [NSImage imageNamed: @"CellHighlight.tiff"]);      ASSIGN (highlight, [NSImage imageNamed: @"CellHighlight.tiff"]);
68      iconsView = (IconsView *)aview;        iconsView = (IconsView *)aview;  
69    
# Line 216  Line 216 
216          dragdelay = 0;          dragdelay = 0;
217    
218    [ws getInfoForFile: path application: &defApp type: &type];          [ws getInfoForFile: path application: &defApp type: &type];      
219          dragIcon = [[GWorkspace gworkspace] iconForFile: path ofType: type];          dragIcon = [GWLib iconForFile: path ofType: type];
220                    
221    [self dragImage: dragIcon    [self dragImage: dragIcon
222                 at: dragPoint                 at: dragPoint

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