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

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

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

revision 1.3 by esersale, Tue Sep 30 15:38:06 2003 UTC revision 1.4 by esersale, Sat Oct 4 14:45:18 2003 UTC
# Line 415  Line 415 
415          [notifObj setObject: basePath forKey: @"source"];                [notifObj setObject: basePath forKey: @"source"];      
416          [notifObj setObject: basePath forKey: @"destination"];            [notifObj setObject: basePath forKey: @"destination"];  
417          [notifObj setObject: [NSArray arrayWithObjects: path, nil] forKey: @"files"];            [notifObj setObject: [NSArray arrayWithObjects: path, nil] forKey: @"files"];  
418            [notifObj setObject: [NSArray arrayWithObjects: path, nil] forKey: @"origfiles"];      
419    
420            [[NSNotificationCenter defaultCenter]            [[NSNotificationCenter defaultCenter]
421                                     postNotificationName: GWFileSystemWillChangeNotification                                     postNotificationName: GWFileSystemWillChangeNotification
# Line 481  Line 482 
482    [notifObj setObject: path forKey: @"source"];    [notifObj setObject: path forKey: @"source"];
483    [notifObj setObject: newpath forKey: @"destination"];    [notifObj setObject: newpath forKey: @"destination"];
484    [notifObj setObject: [NSArray arrayWithObjects: @"", nil] forKey: @"files"];      [notifObj setObject: [NSArray arrayWithObjects: @"", nil] forKey: @"files"];  
485      [notifObj setObject: [NSArray arrayWithObjects: @"", nil] forKey: @"origfiles"];      
486    
487          [[NSNotificationCenter defaultCenter]          [[NSNotificationCenter defaultCenter]
488                                   postNotificationName: GWFileSystemWillChangeNotification                                   postNotificationName: GWFileSystemWillChangeNotification

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

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